Skip to content

Commit

Permalink
fix(deps): make plugins regular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed May 27, 2017
1 parent bf917c6 commit 8421a5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -25,7 +25,13 @@
"url": "https://github.com/dustinspecker/eslint-config-dustinspecker/issues"
},
"homepage": "https://github.com/dustinspecker/eslint-config-dustinspecker#readme",
"dependencies": {},
"dependencies": {
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-new-with-error": "^1.1.0",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-unicorn": "^2.1.1"
},
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.4.0",
Expand All @@ -35,11 +41,6 @@
"cz-conventional-changelog": "^2.0.0",
"eslint": "^2.9.0",
"eslint-find-rules": "^1.1.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-new-with-error": "^1.1.0",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-unicorn": "^2.1.1",
"is-plain-obj": "^1.0.0",
"nyc": "^10.3.2",
"semantic-release": "^6.3.6"
Expand Down
1 change: 1 addition & 0 deletions src/index.js
@@ -1,3 +1,4 @@
require('eslint-plugin-new-with-error')
require('eslint-plugin-no-use-extend-native')
require('eslint-plugin-unicorn')

Expand Down

0 comments on commit 8421a5e

Please sign in to comment.