Skip to content

Commit

Permalink
chore: use standard instead of airbnb-standard(reverted)
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Jul 9, 2018
1 parent 0951b62 commit 4ea15e3
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 343 deletions.
10 changes: 1 addition & 9 deletions .eslintrc
Expand Up @@ -2,11 +2,10 @@
parser: babel-eslint

env:
node: true
mocha: true

extends:
- airbnb-standard
- standard
- plugin:prettier/recommended

plugins:
Expand All @@ -22,10 +21,3 @@ rules:
complexity:
- error
- 10

global-require:
- warn
import/no-dynamic-require:
- warn
no-param-reassign:
- warn
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -26,10 +26,13 @@
"babel-types": "^6.26.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.0.1",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"power-assert": "^1.2.0",
"prettier": "^1.13.7"
Expand Down

0 comments on commit 4ea15e3

Please sign in to comment.