Skip to content

Instantly share code, notes, and snippets.

@IanWhitney
Created August 5, 2020 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IanWhitney/3575f1133ae1de9e07f1300fa481f2fc to your computer and use it in GitHub Desktop.
Save IanWhitney/3575f1133ae1de9e07f1300fa481f2fc to your computer and use it in GitHub Desktop.
module.exports = {
env: {
browser: true,
es2020: true
},
extends: [
'standard'
],
parser: 'babel-eslint',
parserOptions: {
ecmaVersion: 11,
sourceType: 'module'
},
rules: {
}
}
yarn eslint app/javascript/controllers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment