Skip to content

Commit

Permalink
Remove eslint cruft (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored May 11, 2020
1 parent 63e7be7 commit 76d5de3
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,39 +1,22 @@
module.exports = {
parserOptions: {
'sourceType': 'script',
'ecmaVersion': 2017,
'ecmaFeatures': {
'experimentalObjectRestSpread': true,
'impliedStrict': true,
'modules': true,
'blockBindings': true,
'arrowFunctions': true,
'objectLiteralShorthandMethods': true,
'objectLiteralShorthandProperties': true,
'templateStrings': true,
'classes': true,
},
},

env: {
'browser': true,
},

parserOptions: {
'ecmaVersion': 2018,
},
globals: {
'web3': 'readonly',
'ethereum': 'readonly',
'MetamaskOnboarding': 'readonly',
},

plugins: [
'json',
],

extends: [
'@metamask/eslint-config',
'@metamask/eslint-config/config/nodejs',
],

ignorePatterns: [
'*bundle.js',
],
Expand Down

0 comments on commit 76d5de3

Please sign in to comment.