Skip to content

Commit

Permalink
add eslint-config-prettier so eslint can load prettier, pin dev deps (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner authored Apr 11, 2023
1 parent d7f3d83 commit 037bf12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"homepage": "https://github.com/GoogleChrome/chrome-extensions-samples#readme",
"devDependencies": {
"eslint": "^8.34.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"husky": "^8.0.0",
"lint-staged": "^13.1.2",
"husky": "8.0.0",
"lint-staged": "13.1.2",
"prettier": "2.8.4"
},
"lint-staged": {
Expand Down

0 comments on commit 037bf12

Please sign in to comment.