mirror of
https://github.com/coderaiser/minify.git
synced 2025-12-05 18:55:58 -06:00
chore: lint
This commit is contained in:
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
@@ -14,7 +14,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 22.x
|
||||
- 23.x
|
||||
|
||||
1
.github/workflows/nodejs-pr.yml
vendored
1
.github/workflows/nodejs-pr.yml
vendored
@@ -7,7 +7,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 22.x
|
||||
- 23.x
|
||||
|
||||
@@ -2,7 +2,7 @@ import {run} from 'madrun';
|
||||
|
||||
export default {
|
||||
'test': () => `tape 'test/*.js' 'lib/**/*.spec.{js,mjs}'`,
|
||||
'coverage': async () => `escover ${await run('test')}`,
|
||||
'coverage': async () => `escover "${await run('test')}"`,
|
||||
'fix:lint': () => run('lint', '--fix'),
|
||||
'lint': () => 'putout .',
|
||||
'fresh:lint': () => run('lint', '--fresh'),
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import {safeAlign} from 'eslint-plugin-putout/config';
|
||||
import {safeAlign} from 'eslint-plugin-putout';
|
||||
|
||||
export default safeAlign;
|
||||
|
||||
Reference in New Issue
Block a user