Skip to content

Commit

Permalink
feat: Install ESLInt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 11, 2023
1 parent 5395bd9 commit 30092af
Show file tree
Hide file tree
Showing 4 changed files with 2,814 additions and 342 deletions.
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,
"es2021": true
},
"extends": "standard-with-typescript",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jest.config.js
## Prettier
.prettierignore
.prettierrc.json

## ESLint
.eslintrc.json
Loading

0 comments on commit 30092af

Please sign in to comment.