Skip to content

Commit

Permalink
fix eslint command
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Feb 16, 2023
1 parent 0a28151 commit 4ee6798
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 @@ -6,7 +6,7 @@
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"main": "index.js",
"scripts": {
"lint": "eslint index.js 'plugins/**/*.js'"
"lint": "eslint index.js"
},
"files": [
"plugins",
Expand Down

0 comments on commit 4ee6798

Please sign in to comment.