Skip to content

Commit 35d6abc

Browse files
committed
refactor: linting configuration
1 parent b5df3c6 commit 35d6abc

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

biome.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
1010
const fixture = file => readFileSync(path.join(__dirname, 'fixtures', `${file}.html`), 'utf8').trim()
1111
const expected = file => readFileSync(path.join(__dirname, 'expected', `${file}.html`), 'utf8').trim()
1212

13-
const error = (name, options, cb) => posthtml([plugin(options)]).process(fixture(name)).catch(cb)
13+
const _error = (name, options, cb) => posthtml([plugin(options)]).process(fixture(name)).catch(cb)
1414
const clean = html => html.replace(/[^\S\r\n]+$/gm, '').trim()
1515

1616
const process = (name, options, log = false) => {

0 commit comments

Comments
 (0)