Commit 9246582 1 parent 69f91e9 commit 9246582 Copy full SHA for 9246582
File tree 1 file changed +9
-12
lines changed
projects/mat-datatable-demo/cypress
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : "../.eslintrc.json" ,
3
- "ignorePatterns" : [
4
- "!**/*"
5
- ] ,
3
+ "ignorePatterns" : [ "!**/*" ] ,
6
4
"overrides" : [
7
5
{
8
- "files" : [
9
- "*.ts"
10
- ] ,
6
+ "files" : [ "*.ts" ] ,
7
+ "plugins" : [ "cypress" ] ,
8
+ "env" : {
9
+ "cypress/globals" : true
10
+ } ,
11
+ "extends" : [ "plugin:cypress/recommended" ] ,
11
12
"parser" : "@typescript-eslint/parser" ,
12
13
"parserOptions" : {
13
14
"project" : "projects/mat-datatable-demo/cypress/tsconfig.json" ,
16
17
} ,
17
18
"settings" : {
18
19
"import/parsers" : {
19
- "@typescript-eslint/parser" : [
20
- ".ts"
21
- ]
20
+ "@typescript-eslint/parser" : [ ".ts" ]
22
21
} ,
23
22
"import/resolver" : {
24
23
"node" : true ,
25
24
"typescript" : {
26
- "project" : [
27
- "projects/mat-datatable-demo/cypress/tsconfig.json"
28
- ]
25
+ "project" : [ "projects/mat-datatable-demo/cypress/tsconfig.json" ]
29
26
}
30
27
}
31
28
} ,
You can’t perform that action at this time.
0 commit comments