Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Moving ignored directories to .eslintignore and adding storybook-stat…
Browse files Browse the repository at this point in the history
…ic (#4554)
  • Loading branch information
jespino authored and bradjcoughlin committed Dec 19, 2019
1 parent 512af13 commit 574a510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
e2e/results
e2e/results
storybook-static
node_modules
dist
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
"output": "build/test-results.xml"
},
"scripts": {
"check": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet",
"fix": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --fix",
"check": "eslint --ext .js --ext .jsx --ext tsx --ext ts . --quiet",
"fix": "eslint --ext .js --ext .jsx --ext tsx --ext ts . --quiet --fix",
"build": "cross-env NODE_ENV=production webpack --display-error-details --verbose",
"run": "webpack --progress --watch",
"dev-server": "webpack-dev-server",
Expand Down

0 comments on commit 574a510

Please sign in to comment.