Skip to content

Commit 71399f2

Browse files
committed
chore: use @nuxt/eslint-config
1 parent 645e19d commit 71399f2

4 files changed

Lines changed: 130 additions & 984 deletions

File tree

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
},
1111
plugins: ['@typescript-eslint'],
1212
extends: [
13+
'@nuxt/eslint-config',
1314
'plugin:@typescript-eslint/recommended',
1415
'eslint:recommended',
1516
'plugin:prettier/recommended',

docs/tokens.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineTheme, palette } from 'pinceau'
1+
import { defineTheme } from 'pinceau'
22

33
export default defineTheme({
44
color: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"unimport": "^3.0.8"
6868
},
6969
"devDependencies": {
70+
"@nuxt/eslint-config": "^0.2.0",
7071
"@nuxt/module-builder": "0.4.0",
7172
"@nuxt/schema": "3.6.5",
7273
"@nuxt/test-utils": "3.6.5",
73-
"@nuxtjs/eslint-config-typescript": "12.0.0",
7474
"@types/node": "20.8.9",
7575
"@vitest/coverage-v8": "0.34.6",
7676
"bumpp": "9.1.1",

0 commit comments

Comments
 (0)