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