Skip to content

Commit

Permalink
Merge pull request #30 from maltaesousa/lint
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
maltaesousa authored Jan 6, 2020
2 parents 4007999 + 6e81f4f commit de283d4
Show file tree
Hide file tree
Showing 5 changed files with 919 additions and 350 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
env: {
browser: true,
es6: true,
},
extends: [
'airbnb-base',
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parserOptions: {
ecmaVersion: 2018,
},
rules: {
'max-len': [
"error", {"code": 120}
]
},
};
16 changes: 0 additions & 16 deletions .eslintrc.json

This file was deleted.

Loading

0 comments on commit de283d4

Please sign in to comment.