Skip to content

Commit

Permalink
feat(lint): add support for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Aug 18, 2020
1 parent f4a9b6e commit 50ad335
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
extends: ['plugin:prettier/recommended'],
globals: {
use: true,
browser: true,
},
rules: {
'no-console': 'off',
},
};

0 comments on commit 50ad335

Please sign in to comment.