Skip to content

Commit

Permalink
Merge pull request #10 from Die4Ever/linter-minimal
Browse files Browse the repository at this point in the history
Linter minimal
  • Loading branch information
Crazycolbster committed Sep 30, 2023
2 parents da103e9 + a2ddb8f commit 8391f1d
Show file tree
Hide file tree
Showing 4 changed files with 2,615 additions and 19 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}
Loading

0 comments on commit 8391f1d

Please sign in to comment.