Skip to content

Commit

Permalink
Adds eslinter
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraKenji committed Apr 11, 2022
1 parent ac862ce commit a41f37a
Show file tree
Hide file tree
Showing 4 changed files with 5,553 additions and 61 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
19 changes: 0 additions & 19 deletions .prettierrc.json

This file was deleted.

Loading

0 comments on commit a41f37a

Please sign in to comment.