chore(linting): import order

This commit is contained in:
kyranjamie
2022-11-08 12:17:51 +01:00
committed by kyranjamie
parent 22d77eb752
commit 239e7d7817
433 changed files with 9358 additions and 1252 deletions

View File

@@ -4,10 +4,7 @@
"target": "ES2019",
"noEmit": true,
"rootDir": "../",
"esModuleInterop": true,
"esModuleInterop": true
},
"include": [
"./**/*",
"../src/**/*",
]
"include": ["./**/*", "../src/**/*"]
}