From 6a55909fe918b508bdd69c785a1e65dbc01b144b Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 18 Jan 2021 13:00:56 -0400 Subject: [PATCH] please eslint ignore tyepscript files --- .eslintignore | 1 + .eslintrc.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..6461deec --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +*.ts diff --git a/.eslintrc.json b/.eslintrc.json index dd2485bf..252f73b1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -88,7 +88,10 @@ // I am now convinced TODO comments closer to the relevant code are better // than GH issues. Especially when it only concerns a single function / // routine. - "no-warning-comments": "off" + "no-warning-comments": "off", + + // broken + "sort-imports": "off" }, "parser": "babel-eslint", "env": {