Skip to content

Commit aa679a2

Browse files
committed
Update lints
1 parent 7fbd873 commit aa679a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default [
99
...ember.recommended(dirname),
1010
{
1111
name: "monorepo-root:ignores",
12-
ignores: ["test-apps/**/*", "acceptance-dist/**/*", "failure-dist/**/*"],
12+
ignores: [
13+
"docs-app/**/*",
14+
"test-apps/**/*",
15+
"acceptance-dist/**/*",
16+
"failure-dist/**/*",
17+
],
1318
},
1419
{
1520
name: "monorepo-root:lib",

0 commit comments

Comments
 (0)