Skip to content

Commit

Permalink
Try using ignore-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 23, 2017
1 parent 27b429b commit 06a4b45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"build": "babel lib --out-dir dist/",
"clean-test-bundles": "find test/ -type f -name bundle.js* -exec rm -rf {} +",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"lib/**/*.js\" \"test/**/*.js\"",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore --ignore-path .eslintignore .",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore --ignore-pattern interfaces .",
"lint:flow": "babel-node scripts/flow-check.js",
"publish-patch": "npm run build && npm version patch && npm publish; git push; git push --tags",
"test": "npm run lint && npm run test-node && npm run test-integration",
Expand Down

0 comments on commit 06a4b45

Please sign in to comment.