mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user