File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
" plugin:@typescript-eslint/recommended-requiring-type-checking" ,
12
12
" prettier"
13
13
],
14
+ "ignorePatterns" : [
15
+ " bazel-out" ,
16
+ " dist-schema" ,
17
+ " goldens/public-api" ,
18
+ " packages/angular_devkit/build_angular/src/babel-bazel.d.ts" ,
19
+ " packages/angular_devkit/build_angular/test" ,
20
+ " packages/angular_devkit/build_webpack/test" ,
21
+ " packages/angular_devkit/schematics_cli/blank/project-files" ,
22
+ " packages/angular_devkit/schematics_cli/blank/schematic-files" ,
23
+ " packages/angular_devkit/schematics_cli/schematic/files" ,
24
+ " **/tests" ,
25
+ " .yarn" ,
26
+ " dist" ,
27
+ " **/node_modules" ,
28
+ " **/third_party"
29
+ ],
14
30
"parser" : " @typescript-eslint/parser" ,
15
31
"parserOptions" : {
16
32
"project" : " tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments