Start adding Typescript support

This commit is contained in:
Alex Gleason
2021-11-04 19:28:04 -05:00
parent b648861309
commit f826d620b4
10 changed files with 204 additions and 80 deletions

View File

@ -1,4 +1,5 @@
{
"*.js": "eslint --cache",
"*.ts": "eslint --cache",
"app/styles/**/*.scss": "stylelint"
}