Skip to content

Commit c10a956

Browse files
committed
refactor: linting configuration
1 parent f0d7632 commit c10a956

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
@@ -12,7 +12,7 @@ const expected = file => readFileSync(path.join(__dirname, 'expected', `${file}.
1212

1313
const clean = html => html.replace(/[^\S\r\n]+$/gm, '').trim()
1414

15-
const process = (t, name, options, log = false) => {
15+
const process = (_t, name, options, log = false) => {
1616
return posthtml([plugin(options)])
1717
.process(fixture(name))
1818
.then(result => log ? console.log(result.html) : clean(result.html))

0 commit comments

Comments
 (0)