We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2f703 commit e8ce25cCopy full SHA for e8ce25c
.eslintrc.json
@@ -212,6 +212,7 @@
212
"**/*.spec.js",
213
"**/*.min.js",
214
"public/editor/modules/insights/axe.d.ts",
215
+ "ci/*",
216
"**/commands.js",
217
"elements/*/public/*",
218
"devAddons/*",
tsconfig.json
@@ -109,5 +109,9 @@
109
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
110
"skipLibCheck": true
111
/* Skip type checking all .d.ts files. */
112
- }
+ },
113
+ "exclude": [
114
+ "node_modules",
115
+ "ci"
116
+ ]
117
}
0 commit comments