fix: ref
This commit is contained in:
parent
14e207d392
commit
e53f3ec8db
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:@typescript-eslint/recommended',
|
'plugin:@typescript-eslint/recommended',
|
||||||
'@antfu/eslint-config',
|
'@antfu/eslint-config-basic',
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
// TS
|
// TS
|
||||||
|
@ -15,8 +15,8 @@ importers:
|
|||||||
'@antfu/eslint-config-react': 'link:../react'
|
'@antfu/eslint-config-react': 'link:../react'
|
||||||
'@antfu/eslint-config-vue': 'link:../vue'
|
'@antfu/eslint-config-vue': 'link:../vue'
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-react': '*'
|
'@antfu/eslint-config-react': ^0.3.0
|
||||||
'@antfu/eslint-config-vue': '*'
|
'@antfu/eslint-config-vue': ^0.3.0
|
||||||
packages/basic:
|
packages/basic:
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-config-standard: 14.1.1_852544c994842eaa2dbc35fff65e8cbc
|
eslint-config-standard: 14.1.1_852544c994842eaa2dbc35fff65e8cbc
|
||||||
@ -45,7 +45,7 @@ importers:
|
|||||||
eslint: 7.6.0
|
eslint: 7.6.0
|
||||||
typescript: 3.9.7
|
typescript: 3.9.7
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-ts': '*'
|
'@antfu/eslint-config-ts': ^0.3.0
|
||||||
eslint: ^7.6.0
|
eslint: ^7.6.0
|
||||||
eslint-plugin-react: ^7.20.5
|
eslint-plugin-react: ^7.20.5
|
||||||
typescript: ^3.9.7
|
typescript: ^3.9.7
|
||||||
@ -55,7 +55,7 @@ importers:
|
|||||||
'@typescript-eslint/eslint-plugin': 3.6.1_@typescript-eslint+parser@3.9.0
|
'@typescript-eslint/eslint-plugin': 3.6.1_@typescript-eslint+parser@3.9.0
|
||||||
'@typescript-eslint/parser': 3.9.0
|
'@typescript-eslint/parser': 3.9.0
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-basic': '*'
|
'@antfu/eslint-config-basic': ^0.3.0
|
||||||
'@typescript-eslint/eslint-plugin': 3.6.1
|
'@typescript-eslint/eslint-plugin': 3.6.1
|
||||||
'@typescript-eslint/parser': ^3.9.0
|
'@typescript-eslint/parser': ^3.9.0
|
||||||
packages/vue:
|
packages/vue:
|
||||||
@ -63,7 +63,7 @@ importers:
|
|||||||
'@antfu/eslint-config-ts': 'link:../typescript'
|
'@antfu/eslint-config-ts': 'link:../typescript'
|
||||||
eslint-plugin-vue: 7.0.0-alpha.10
|
eslint-plugin-vue: 7.0.0-alpha.10
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config-ts': '*'
|
'@antfu/eslint-config-ts': ^0.3.0
|
||||||
eslint-plugin-vue: 7.0.0-alpha.10
|
eslint-plugin-vue: 7.0.0-alpha.10
|
||||||
lockfileVersion: 5.1
|
lockfileVersion: 5.1
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user