1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-16 08:30:07 +00:00

chore(lint): fixed lint issues in cypress folder

This commit is contained in:
Yury Shkoda
2022-05-12 09:06:52 +03:00
parent dd237ceeec
commit 54a33ac98a
5 changed files with 111 additions and 90 deletions

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es6",
"lib": ["es2019", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es6",
"lib": ["es2019", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}