Skip to content

Commit

Permalink
fix: eslint conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
EliaContini committed Aug 3, 2023
1 parent 8e54cf3 commit 7da65c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.idea
.DS_Store

*.js
!_*.js
*.d.ts
13 changes: 13 additions & 0 deletions addon/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"es2021": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {}
}
19 changes: 0 additions & 19 deletions addon/eslintrc.js

This file was deleted.

2 changes: 2 additions & 0 deletions addon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7da65c0

Please sign in to comment.