Skip to content

Commit

Permalink
Fixen
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 2, 2024
1 parent 4ff7fa5 commit 5f31de9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default [{
"no-unused-vars": ["error", {
"caughtErrorsIgnorePattern": "^e$"
}]

},
}, {
files: ["**/webpack.config.js"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"private": true,
"author": "",
"lint-staged": {
"*.js": [
"*.m?js": [
"eslint --cache --fix",
"prettier --write"
],
Expand Down

0 comments on commit 5f31de9

Please sign in to comment.