Skip to content

Commit

Permalink
Try ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills committed Oct 23, 2023
1 parent e2f8033 commit 1b4812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "webpack --mode development --config ./conf/webpack.conf.js --watch",
"build": "webpack --mode production --config ./conf/webpack.conf.js",
"test": "jest",
"lint": "eslint \"public/**.js\""
"lint": "lib/** --ext .js --no-error-on-unmatched-pattern"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b4812f

Please sign in to comment.