Skip to content

Commit

Permalink
Add .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Aug 2, 2023
1 parent 845709b commit c80b692
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": ["eslint:recommended"],
"env": {
"es6": true,
"browser": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
},
"globals": {
"app": true,
"$": true
}
}

0 comments on commit c80b692

Please sign in to comment.