Skip to content

Commit

Permalink
reorganize main class; update eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Apr 20, 2020
1 parent ea0b419 commit 9fcad9f
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 200 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ module.exports = {
parserOptions: {
ecmaVersion: 2018,
},
rules: {
'require-await': 'off',
},
ignorePatterns: [
'!.eslintrc.js',
'node_modules/',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"safe-event-emitter": "^1.0.1"
},
"devDependencies": {
"@metamask/eslint-config": "^2.1.0",
"@metamask/eslint-config": "^2.1.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-json": "^2.0.1",
Expand Down
Loading

0 comments on commit 9fcad9f

Please sign in to comment.