Skip to content

Commit

Permalink
Switch to ESLint recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Oct 5, 2023
1 parent 76753bf commit b113ad7
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 758 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"root": true,
"parserOptions": {
"sourceType": "module"
},
"env": {
"browser": true,
"es2020": true,
"node": true
},
"extends": ["eslint:recommended", "prettier"],
"rules": {
"no-undef": "off",
"no-prototype-builtins": "off",
"no-useless-escape": "off"
}
}
15 changes: 0 additions & 15 deletions .eslintrc.yml

This file was deleted.

Loading

0 comments on commit b113ad7

Please sign in to comment.