Fix web code linting to be portable across environments

This commit is contained in:
Keavon Chambers
2021-04-14 11:44:09 -07:00
parent 57540ed5ef
commit 0ca4b9fe7c
23 changed files with 361 additions and 189 deletions
-2
View File
@@ -28,10 +28,8 @@
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"