Skip to content

Commit

Permalink
config/ eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Jan 24, 2022
1 parent 5670613 commit d7a767c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 50 deletions.
21 changes: 0 additions & 21 deletions .eslintrc

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: [
'airbnb-base',
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
},
};
29 changes: 0 additions & 29 deletions .eslintrc.json

This file was deleted.

0 comments on commit d7a767c

Please sign in to comment.