Skip to content

Commit

Permalink
Add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuba committed Nov 26, 2021
1 parent a2d0913 commit 604d36b
Show file tree
Hide file tree
Showing 3 changed files with 1,115 additions and 427 deletions.
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"es6": true,
"browser": true,
"es2021": true
},
"parser": "@typescript-eslint/parser",
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"rules": {
"object-curly-spacing": ["error", "always"],
"prettier/prettier": "error"
},
"plugins": ["prettier"]
}
Loading

0 comments on commit 604d36b

Please sign in to comment.