Skip to content

Commit

Permalink
Merge pull request #577 from prey/Feature-Linter
Browse files Browse the repository at this point in the history
Adds eslinter
  • Loading branch information
SoraKenji authored Apr 13, 2022
2 parents ac862ce + a41f37a commit 95b227d
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 95b227d

Please sign in to comment.