Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
⬆️ Update eslint to version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieconnolly committed Oct 12, 2017
1 parent 2316aca commit e08c512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"eslint-plugin-promise": "3.5.0"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint": "^4.8.0",
"eslint-index": "^1.3.0",
"eslint-plugin-jest": "^21.0.0",
"eslint-plugin-node": "^5.1.0",
"is-plain-obj": "^1.1.0",
"jest": "^21.0.0"
},
"peerDependencies": {
"eslint": "^4.3.0"
"eslint": "^4.8.0"
},
"engines": {
"node": ">=4"
Expand Down
3 changes: 3 additions & 0 deletions rules/stylistic-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ module.exports = {
// enforce the consistent use of either function declarations or expressions
'func-style': ['error', 'declaration'],

// enforce consistent line breaks inside function parentheses
'function-paren-newline': 'error',

// disallow specified identifiers
'id-blacklist': 'off',

Expand Down

0 comments on commit e08c512

Please sign in to comment.