chore: test format
This commit is contained in:
parent
3749b14dbb
commit
503cd11cb6
2 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
npx --no-install lint-staged
|
npx lint-staged
|
||||||
|
|
|
@ -7,7 +7,10 @@ import astroParser from 'astro-eslint-parser'
|
||||||
|
|
||||||
import { includeIgnoreFile } from '@eslint/compat'
|
import { includeIgnoreFile } from '@eslint/compat'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { fileURLToPath } from 'node:url'
|
import { fileURLToPath } from 'node:url';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue