Skip to content

Commit

Permalink
Move eslint from npx run to local
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfbarr committed Nov 29, 2022
1 parent 20b12dc commit b46d256
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 @@ -12,7 +12,7 @@
"start:demo": "parcel demo/index.html --dist-dir ./build",
"build": "del-cli 'dist/*' && parcel build src/index.tsx --dist-dir ./dist && npm run size",
"test": "jest",
"lint": "npx eslint \"./**/*.ts\" --cache --cache-strategy content",
"lint": "eslint \"./**/*.ts\" --cache --cache-strategy content",
"type:check": "tsc --noEmit true",
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
Expand Down

0 comments on commit b46d256

Please sign in to comment.