FIx eslint

This commit is contained in:
Ian Richardson
2019-02-26 22:01:37 -06:00
parent 4ad9ff4fcf
commit 101e6ca352
6 changed files with 26 additions and 25 deletions
+18
View File
@@ -0,0 +1,18 @@
extends: airbnb-base
parser: "@typescript-eslint/parser"
rules:
no-else-return: 0
no-underscore-dangle: 0
nonblock-statement-body-position: 0
curly: 0
no-return-assign: 0
consistent-return: 0
no-mixed-operators: 0
class-methods-use-this: 0
no-nested-ternary: 0
camelcase: 0
no-unused-vars: 0
globals:
window: true
Event: true
customElements: true