Skip to content

Commit

Permalink
added linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pan261 committed Nov 18, 2021
1 parent 20ff3cd commit c6a3e1d
Show file tree
Hide file tree
Showing 3 changed files with 3,676 additions and 89 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": 13
},
"rules": {
"semi": [2, "always"]
}
}
Loading

0 comments on commit c6a3e1d

Please sign in to comment.