We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c4592 commit 0797defCopy full SHA for 0797def
1 file changed
e2e/docs.test.ts
@@ -7,11 +7,7 @@ const ROOT = join(import.meta.dirname, '..')
7
// All plan and design files must start with YYYY-MM-DD-
8
const DATE_PATTERN = /^\d{4}-\d{2}-\d{2}-[\w-]+\.md$/
9
10
-const CHECKED_DIRS = [
11
- 'docs/plans/active',
12
- 'docs/plans/completed',
13
- 'docs/design',
14
-]
+const CHECKED_DIRS = ['docs/plans/active', 'docs/plans/completed', 'docs/design']
15
16
for (const dir of CHECKED_DIRS) {
17
describe(`${dir} naming convention`, () => {
0 commit comments