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

Commit

Permalink
chore: Update eslint and related dependencies
Browse files Browse the repository at this point in the history
* [email protected]
* [email protected]
* eslint-config-airbnb-base 12.1.0
  • Loading branch information
realityking committed Mar 5, 2018
1 parent 0d3d392 commit e23808c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'no-plusplus': 'off',
'no-restricted-syntax': 'off',
'no-underscore-dangle': 'off',
'no-use-before-define': 'off'
'no-use-before-define': 'off',
'prefer-destructuring': 'off'
}
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"cz-conventional-changelog": "2.0.0",
"drafter": "1.0.0",
"ect": "0.5.9",
"eslint": "4.4.1",
"eslint-config-airbnb-base": "11.3.0",
"eslint-plugin-import": "2.7.0",
"eslint": "4.18.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.9.0",
"express": "4.16.2",
"hercule": "4.0.1",
"istanbul": "0.4.5",
Expand Down

0 comments on commit e23808c

Please sign in to comment.