Skip to content

Commit

Permalink
feat: enable no-return-await
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 13, 2016
1 parent 35877fa commit 0189d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
"TemplateLiteral"
],
"no-return-assign": 2,
"no-return-await": 2,
"no-script-url": 2,
"no-self-assign": 2,
"no-self-compare": 2,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"eslint-plugin-lodash": "^2.2.0",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-react": "^6.6.0"
},
"description": "Canonical ESLint Shareable Config",
"devDependencies": {
"eslint": "^3.9.1",
"eslint": "^3.10.0",
"husky": "^0.11.9",
"jsonlint": "^1.6.2",
"semantic-release": "^6.3.1"
Expand All @@ -32,7 +32,7 @@
"main": "./index.js",
"name": "eslint-config-canonical",
"peerDependencies": {
"eslint": "^3.9.1"
"eslint": "^3.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0189d65

Please sign in to comment.