chore: use eslint config helpers
This commit is contained in:
parent
eaecdbcf23
commit
cea29e7a01
3 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import tseslint from 'typescript-eslint'
|
|||
import astroSwGlobals from '@ayco/astro-sw/globals'
|
||||
import astroParser from 'astro-eslint-parser'
|
||||
|
||||
import { includeIgnoreFile } from '@eslint/compat'
|
||||
import { includeIgnoreFile } from '@eslint/config-helpers'
|
||||
import path from 'node:path'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
"@astrojs/sitemap": "^3.7.2",
|
||||
"@ayco/astro-sw": "^1.0.0",
|
||||
"@eslint/compat": "^2.1.0",
|
||||
"@eslint/config-helpers": "^0.6.0",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/simple-icons": "^1.2.82",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ importers:
|
|||
'@eslint/compat':
|
||||
specifier: ^2.1.0
|
||||
version: 2.1.0(eslint@10.4.0(jiti@2.7.0))
|
||||
'@eslint/config-helpers':
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.0
|
||||
'@eslint/js':
|
||||
specifier: ^10.0.1
|
||||
version: 10.0.1(eslint@10.4.0(jiti@2.7.0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue