Skip to content

Commit

Permalink
configure eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 1a0b180 commit 70c4dd1
Show file tree
Hide file tree
Showing 3 changed files with 3,044 additions and 379 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"es2021": true,
"node": true
},
"extends": "standard-with-typescript",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
Loading

0 comments on commit 70c4dd1

Please sign in to comment.