Skip to content

Commit

Permalink
chore: use no-await-in-loop from eslint instead of babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 15, 2016
1 parent c0da195 commit a4b7218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
}
],
"babel/new-cap": 0,
"babel/no-await-in-loop": 2,
"babel/no-invalid-this": 2,
"babel/object-curly-spacing": [
2,
Expand Down Expand Up @@ -317,6 +316,7 @@
"newline-per-chained-call": 0,
"no-alert": 2,
"no-array-constructor": 2,
"no-await-in-loop": 2,
"no-caller": 2,
"no-case-declarations": 2,
"no-catch-shadow": 2,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"description": "Canonical ESLint Shareable Config",
"devDependencies": {
"eslint": "^3.11.0",
"eslint": "^3.12.2",
"husky": "^0.11.9",
"jsonlint": "^1.6.2",
"semantic-release": "^6.3.1"
Expand All @@ -34,7 +34,7 @@
"main": "./index.js",
"name": "eslint-config-canonical",
"peerDependencies": {
"eslint": "^3.11.0"
"eslint": "^3.12.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4b7218

Please sign in to comment.