Skip to content

Commit

Permalink
added linter but omitted pre-commit hooks, takes too long to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Char1zardd committed Mar 6, 2022
1 parent 7474cae commit 52937da
Show file tree
Hide file tree
Showing 4 changed files with 968 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
package-lock.json
package.json
*.desktop
13 changes: 13 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
Loading

0 comments on commit 52937da

Please sign in to comment.