Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Use simenb eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 25, 2016
1 parent 79d0ed2 commit 1e37fd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
15 changes: 3 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"parser": "babel-eslint",
"extends": [
"airbnb-base",
"plugin:ava/recommended"
],
"plugins": [
"ava"
],
"rules": {
"max-len": ["error", 140],
"linebreak-style": "off",
// "ava/prefer-power-assert": "error" disable until https://github.com/avajs/eslint-plugin-ava/pull/118
}
"simenb-base",
"simenb-ava"
]
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
Expand All @@ -62,7 +62,10 @@
"del-cli": "^0.2.0",
"eslint": "^3.1.1",
"eslint-config-airbnb-base": "^5.0.0",
"eslint-plugin-ava": "^2.4.0",
"eslint-config-simenb-ava": "^1.0.2",
"eslint-config-simenb-base": "^1.0.1",
"eslint-plugin-ava": "^2.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.11.1",
"node-version-check": "^2.0.2",
"nyc": "^7.0.0"
Expand Down

0 comments on commit 1e37fd1

Please sign in to comment.