Skip to content

Commit b4810a1

Browse files
raifdmuellerclaude
andcommitted
style: format adoc-lint test with Prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3b146f9 commit b4810a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

website/src/__tests__/adoc-lint.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ const anchorsDir = path.join(__dirname, '..', '..', '..', 'docs', 'anchors')
88

99
describe('AsciiDoc anchor content validation', () => {
1010
it('should not use Markdown-style numbered lists (1. 2. 3.) in .adoc files', () => {
11-
const files = fs
12-
.readdirSync(anchorsDir)
13-
.filter((f) => f.endsWith('.adoc'))
11+
const files = fs.readdirSync(anchorsDir).filter((f) => f.endsWith('.adoc'))
1412
const violations = []
1513

1614
for (const file of files) {

0 commit comments

Comments
 (0)