Skip to content

Commit

Permalink
feat: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuphi committed May 16, 2022
1 parent 3b63f0a commit 88019f4
Show file tree
Hide file tree
Showing 11 changed files with 12,332 additions and 3,772 deletions.
27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
Loading

0 comments on commit 88019f4

Please sign in to comment.