Skip to content

Commit e8ce25c

Browse files
committed
VC-2957 update eslint ignore
1 parent fc2f703 commit e8ce25c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
"**/*.spec.js",
213213
"**/*.min.js",
214214
"public/editor/modules/insights/axe.d.ts",
215+
"ci/*",
215216
"**/commands.js",
216217
"elements/*/public/*",
217218
"devAddons/*",

tsconfig.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,9 @@
109109
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
110110
"skipLibCheck": true
111111
/* Skip type checking all .d.ts files. */
112-
}
112+
},
113+
"exclude": [
114+
"node_modules",
115+
"ci"
116+
]
113117
}

0 commit comments

Comments
 (0)