Skip to content

Commit

Permalink
chore: standardize eslint (#70)
Browse files Browse the repository at this point in the history
* chore: standardize eslint

* chore: standardize eslint

* chore: update config
  • Loading branch information
jpoehnelt authored Sep 17, 2021
1 parent 05e3e4c commit f277db3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
"prefer-arrow-callback": 2,
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/no-empty-function": 1,
"@typescript-eslint/triple-slash-reference": 1,
"@typescript-eslint/class-name-casing": 0
"@typescript-eslint/no-empty-function": 1
},
"env": {
"browser": true,
"es6": true,
"jest/globals": true
}
},
"globals": { "google": "readonly" }
}

0 comments on commit f277db3

Please sign in to comment.