Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit a445137

Browse files
committed
quote lint glob
1 parent acbc1c4 commit a445137

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
node_modules
22
dist
3+
.storybook
4+
public
35
_book
46
.book
57
.storybook

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"contributors:add": "./node_modules/.bin/all-contributors add",
3939
"contributors:generate": "./node_modules/.bin/all-contributors generate",
4040
"format": "./node_modules/.bin/prettier-eslint --write **/*.js",
41-
"lint": "./node_modules/.bin/eslint **/*.js",
41+
"lint": "./node_modules/.bin/eslint '**/*.js'",
4242
"reinstall": "./node_modules/.bin/lerna exec -- rm -rf ./node_modules && ./node_modules/.bin/lerna exec -- npm install",
4343
"publish:all": "node ./scripts/publish.js",
4444
"flow": "./node_modules/.bin/lerna run flow",

0 commit comments

Comments
 (0)