Skip to content

Commit

Permalink
Add missing eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 12, 2024
1 parent 3f448c9 commit 858df25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"no-useless-catch": "off"
}
}

0 comments on commit 858df25

Please sign in to comment.