Skip to content

Commit

Permalink
chore(validation): Remove unnecessary dep & concretize linting options
Browse files Browse the repository at this point in the history
While for use in tests, a plugin has been mocked properly, having a dependency for it is no longer
necessary. The project's linting options had to be altered accordingly, to avoid linter errors for
the test fixtures.
  • Loading branch information
ta2edchimp committed Mar 20, 2016
1 parent 329947e commit 80ef25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text ava",
"test": "ava",
"lint": "eslint .",
"lint": "eslint --ignore-pattern test/fixtures .",
"check-kentcdodds": "./bin.js eslint-config-kentcdodds",
"update-contributors": "all-contributors generate",
"commit": "git-cz",
Expand Down Expand Up @@ -36,7 +36,6 @@
"cz-conventional-changelog": "1.1.5",
"eslint": "2.4.0",
"eslint-config-kentcdodds": "6.0.0",
"eslint-plugin-react": "^4.2.3",
"ghooks": "1.0.3",
"npm-run-all": "1.5.3",
"nyc": "6.1.1",
Expand Down

0 comments on commit 80ef25d

Please sign in to comment.