feat: separate prettier from eslint

This commit is contained in:
Rainer Killinger
2023-01-11 13:25:18 +01:00
committed by Thea Schöbl
parent 939fb6ef0f
commit a88d000ccd
381 changed files with 17952 additions and 38411 deletions

View File

@@ -3,23 +3,12 @@
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"types": [
"jasmine",
"node"
],
"types": ["jasmine", "node"],
"paths": {
"@capacitor/*": ["__mocks__/@capacitor/*"]
}
},
"files": [
"src/test.ts"
],
"exclude": [
"cypress"
],
"include": [
"src/polyfills.ts",
"**/*.spec.ts",
"**/*.d.ts"
]
"files": ["src/test.ts"],
"exclude": ["cypress"],
"include": ["src/polyfills.ts", "**/*.spec.ts", "**/*.d.ts"]
}