Skip to content

Commit c9d4f41

Browse files
committed
refactor: Include packages' exceptions for tests
1 parent 1cc73f7 commit c9d4f41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eslint.common.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ export default [{
88
ignores: [ // Common ignore patterns across all UI5 CLI repos
99
"**/coverage/",
1010
"test/tmp/",
11+
"packages/**/test/tmp/",
1112
"test/expected/",
13+
"packages/**/test/expected/",
1214
"test/fixtures/",
15+
"packages/**/test/fixtures/",
1316
"**/docs/",
1417
"**/jsdocs/",
18+
"**/site/",
19+
"packages/server/lib/middleware/testRunner/TestRunner.js",
1520
],
1621
}, js.configs.recommended, google, ava.configs["flat/recommended"], {
1722
name: "Common ESLint config used for all UI5 CLI repos",

0 commit comments

Comments
 (0)