Skip to content

Commit

Permalink
Fix: ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Apr 11, 2023
1 parent bf6d33e commit dddade7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc → .eslintrc.json
@@ -1,4 +1,5 @@
{
"root": true,
"env": {
"browser": true,
"mocha": true,
Expand Down Expand Up @@ -27,4 +28,4 @@
"no-unused-vars": 2,
"no-var": 0
}
}
}

0 comments on commit dddade7

Please sign in to comment.