diff --git a/.eslintrc.json b/.eslintrc.json index 5720e75..960c4cb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,9 @@ { - "extends": ["plugin:github/es6", "plugin:github/browser"], - "parser": "babel-eslint" + "extends": [ + "plugin:github/es6", + "plugin:github/browser", + "plugin:github/typescript" + ], + "parser": "@typescript-eslint/parser" } + diff --git a/examples/index.html b/examples/index.html index f525fa0..570811b 100644 --- a/examples/index.html +++ b/examples/index.html @@ -44,7 +44,7 @@