Skip to content

Commit a1554c0

Browse files
committed
Simplify ESLint config
1 parent 1a0f32a commit a1554c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lib/
1+
lib/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"start": "rollup -c --watch",
2020
"build": "rollup -c",
2121
"storybook": "start-storybook -p 6006",
22-
"lint": "eslint --ext .js src stories",
22+
"lint": "eslint .",
2323
"precommit": "npm run lint",
2424
"prepush": "npm run lint"
2525
},

0 commit comments

Comments
 (0)