please eslint ignore tyepscript files

This commit is contained in:
Daniel Lugo 2021-01-18 13:00:56 -04:00
parent 84f13312fa
commit 6a55909fe9
2 changed files with 5 additions and 1 deletions

1
.eslintignore Normal file
View file

@ -0,0 +1 @@
*.ts

View file

@ -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": {