File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/eslint-config-standard-with-typescript Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require("@rushstack/eslint-patch/modern-module-resolution")
27
27
28
28
module .exports = {
29
29
root: true ,
30
- extens : [
30
+ extends : [
31
31
' plugin:vue/vue3-essential' ,
32
32
' @vue/eslint-config-standard-with-typescript'
33
33
]
@@ -48,7 +48,7 @@ require("@rushstack/eslint-patch/modern-module-resolution")
48
48
49
49
module .exports = {
50
50
root: true ,
51
- extens : [
51
+ extends : [
52
52
' plugin:vue/vue3-essential' ,
53
53
' @vue/eslint-config-standard-with-typescript'
54
54
' @vue/eslint-config-standard-with-typescript/allow-js-in-vue'
@@ -110,7 +110,7 @@ const createAliasSetting = require('@vue/eslint-config-standard-with-typescript/
110
110
111
111
module .exports = {
112
112
root: true ,
113
- extens : [
113
+ extends : [
114
114
' plugin:vue/vue3-essential' ,
115
115
' @vue/eslint-config-standard-with-typescript'
116
116
],
You can’t perform that action at this time.
0 commit comments