Skip to content

Commit b46d256

Browse files
committed
Move eslint from npx run to local
1 parent 20b12dc commit b46d256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start:demo": "parcel demo/index.html --dist-dir ./build",
1313
"build": "del-cli 'dist/*' && parcel build src/index.tsx --dist-dir ./dist && npm run size",
1414
"test": "jest",
15-
"lint": "npx eslint \"./**/*.ts\" --cache --cache-strategy content",
15+
"lint": "eslint \"./**/*.ts\" --cache --cache-strategy content",
1616
"type:check": "tsc --noEmit true",
1717
"storybook": "start-storybook -p 6006",
1818
"build:storybook": "build-storybook",

0 commit comments

Comments
 (0)