Skip to content

Commit

Permalink
fix(eslint): update eslint config for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 14, 2020
1 parent c364a85 commit e303e34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
module.exports = {
extends: ['plugin:prettier/recommended'],
root: true,
env: {
es6: true,
node: true,
},
parser: 'babel-eslint',
extends: ['eslint:recommended', 'prettier', 'plugin:prettier/recommended'],
plugins: ['prettier'],
globals: {
use: true,
browser: true,
Expand Down

0 comments on commit e303e34

Please sign in to comment.