Skip to content

Commit

Permalink
chore: standardize eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 17, 2021
1 parent cbc8ec7 commit fbbdde3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "jest"],
"rules": {},
"rules": {
"no-var": 2,
"prefer-arrow-callback": 2,
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/no-empty-function": 1
},
"env": {
"browser": true,
"es6": true,
Expand Down

0 comments on commit fbbdde3

Please sign in to comment.