Created
August 5, 2020 17:52
-
-
Save IanWhitney/3575f1133ae1de9e07f1300fa481f2fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
env: { | |
browser: true, | |
es2020: true | |
}, | |
extends: [ | |
'standard' | |
], | |
parser: 'babel-eslint', | |
parserOptions: { | |
ecmaVersion: 11, | |
sourceType: 'module' | |
}, | |
rules: { | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn eslint app/javascript/controllers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment