Skip to content

Commit 9cbb671

Browse files
committed
chore: update deps
1 parent 56262ef commit 9cbb671

File tree

5 files changed

+1023
-954
lines changed

5 files changed

+1023
-954
lines changed

eslint.config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import styleMigrate from '@stylistic/eslint-plugin-migrate'
2-
31
import { antfu } from './src'
42

53
export default antfu(
@@ -29,13 +27,4 @@ export default antfu(
2927
'perfectionist/sort-objects': 'error',
3028
},
3129
},
32-
{
33-
files: ['src/configs/*.ts'],
34-
plugins: {
35-
'style-migrate': styleMigrate,
36-
},
37-
rules: {
38-
'style-migrate/migrate': ['error', { namespaceTo: 'style' }],
39-
},
40-
},
4130
)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "4.13.2",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -147,7 +147,6 @@
147147
"@eslint-react/eslint-plugin": "catalog:peer",
148148
"@eslint/config-inspector": "catalog:dev",
149149
"@prettier/plugin-xml": "catalog:peer",
150-
"@stylistic/eslint-plugin-migrate": "catalog:dev",
151150
"@types/node": "catalog:dev",
152151
"@unocss/eslint-plugin": "catalog:peer",
153152
"astro-eslint-parser": "catalog:peer",

0 commit comments

Comments
 (0)