mirror of https://github.com/wg-easy/wg-easy
4 changed files with 27 additions and 7 deletions
@ -1,3 +1,4 @@ |
|||
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'; |
|||
import eslintConfigPrettier from 'eslint-config-prettier'; |
|||
|
|||
export default createConfigForNuxt({}); |
|||
export default createConfigForNuxt().append(eslintConfigPrettier); |
|||
|
@ -56,6 +56,9 @@ importers: |
|||
eslint: |
|||
specifier: ^9.8.0 |
|||
version: 9.8.0 |
|||
eslint-config-prettier: |
|||
specifier: ^9.1.0 |
|||
version: 9.1.0([email protected]) |
|||
prettier: |
|||
specifier: ^3.3.3 |
|||
version: 3.3.3 |
|||
@ -3458,6 +3461,15 @@ packages: |
|||
integrity: sha512-OEUbS2wzzYtUfshjOqzFo4Bl4lHykXUdM08TCnYNl7ki+niW4Q1R0j0FDFDr0vjVsI5ZFOz5LvluxOP+Ew+dYw==, |
|||
} |
|||
|
|||
[email protected]: |
|||
resolution: |
|||
{ |
|||
integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==, |
|||
} |
|||
hasBin: true |
|||
peerDependencies: |
|||
eslint: '>=7.0.0' |
|||
|
|||
[email protected]: |
|||
resolution: |
|||
{ |
|||
@ -9631,6 +9643,10 @@ snapshots: |
|||
find-up-simple: 1.0.0 |
|||
parse-gitignore: 2.0.0 |
|||
|
|||
[email protected]([email protected]): |
|||
dependencies: |
|||
eslint: 9.8.0 |
|||
|
|||
[email protected]: |
|||
dependencies: |
|||
'@types/eslint': 9.6.0 |
|||
|
Loading…
Reference in new issue