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
  • Loading branch information
realityking authored and honzajavorek committed Jan 2, 2019
1 parent 5e67bc4 commit af33e09
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 @@ -38,6 +38,7 @@ module.exports = {
'no-param-reassign': 'off',
'no-plusplus': 'off',
'no-restricted-syntax': '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 @@ -68,9 +68,9 @@
"@commitlint/travis-cli": "7.2.1",
"body-parser": "1.18.3",
"coveralls": "3.0.2",
"eslint": "4.4.1",
"eslint-config-airbnb-base": "11.3.2",
"eslint-plugin-import": "2.7.0",
"eslint": "5.11.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"express": "4.16.3",
"istanbul": "0.4.5",
"lcov-result-merger": "1.2.0",
Expand Down

0 comments on commit af33e09

Please sign in to comment.