Skip to content

Commit

Permalink
Simplified linting setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Mar 19, 2017
1 parent b9b4064 commit b2b724e
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 20 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.2.2",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-watch": "^3.2.2"
"rollup-watch": "^3.2.2",
"standard": "^9.0.2"
},
"scripts": {
"lint": "eslint .",
"lint": "standard",
"prebuild": "npm run lint",
"build": "rollup --config",
"build:watch": "npm run build -- --watch",
Expand Down Expand Up @@ -69,10 +66,10 @@
"stage-0"
]
},
"eslintConfig": {
"standard": {
"parser": "babel-eslint",
"extends": [
"standard"
"ignore": [
"dist/**"
]
}
}
Loading

0 comments on commit b2b724e

Please # to comment.