Skip to content

Commit

Permalink
Add eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
aminmarashi committed Jan 29, 2020
1 parent 74cae29 commit 140699e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
env: {
browser: true,
es6: true,
},
extends: [
'airbnb-base',
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
rules: {
},
};

0 comments on commit 140699e

Please sign in to comment.