Skip to content

Commit

Permalink
fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim committed Sep 1, 2019
1 parent 8015a0f commit 6c6f715
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 @@ -19,7 +19,7 @@
"prebuild": "yarn run clean",
"build": "rollup -c rollup.config.js",
"clean": "shx rm -rf ./lib",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx -- .",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"prepublishOnly": "yarn run test && yarn run build",
"test": "jest --config jest.config.js --color",
"start-storybook": "start-storybook -p 1337 --config-dir stories",
Expand Down

0 comments on commit 6c6f715

Please sign in to comment.