chore(deps): bump dependencies
This commit is contained in:
+8
-1
@@ -1,4 +1,5 @@
|
||||
import antfu from '@antfu/eslint-config'
|
||||
import { importX } from 'eslint-plugin-import-x'
|
||||
|
||||
export default await antfu(
|
||||
{
|
||||
@@ -14,7 +15,10 @@ export default await antfu(
|
||||
'**/.astro/**',
|
||||
],
|
||||
rules: {
|
||||
'import/order': [
|
||||
'ts/ban-ts-comment': 'off',
|
||||
'antfu/import-dedupe': 'error',
|
||||
'style/padding-line-between-statements': 'error',
|
||||
'import-x/order': [
|
||||
'error',
|
||||
{
|
||||
'groups': [
|
||||
@@ -26,5 +30,8 @@ export default await antfu(
|
||||
},
|
||||
],
|
||||
},
|
||||
plugins: {
|
||||
'import-x': importX,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user