Skip to content

Commit

Permalink
style(*): upgrade to eslint-config-availiyt v3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Oct 20, 2017
1 parent cf4f61a commit db3bbdb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 25 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
bower_components/
build/
dist/
images/
Expand Down
17 changes: 0 additions & 17 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: availity
2 changes: 0 additions & 2 deletions js/.eslintrc

This file was deleted.

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"docs:publish": "npm run clean && npm run docs:pages && gh-pages -d build",
"preversion": "npm run lint",
"prepublishOnly": "npm run build",
"lint": "node cli.js lint"
"lint": "eslint ."
},
"license": "MIT",
"main": "./lib/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"availity-workflow-logger": "^2.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.8.0",
Expand All @@ -89,9 +89,14 @@
"dateformat": "2.0.0",
"debounce-collect": "1.0.2",
"del": "2.2.2",
"eslint": "^3.19.0",
"eslint-config-availity": "^2.1.0",
"eslint-plugin-react": "^7.0.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-availity": "^3.0.0-beta.8",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
Expand Down

0 comments on commit db3bbdb

Please sign in to comment.