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")
2727
2828module .exports = {
2929 root: true ,
30- extens : [
30+ extends : [
3131 ' plugin:vue/vue3-essential' ,
3232 ' @vue/eslint-config-standard-with-typescript'
3333 ]
@@ -48,7 +48,7 @@ require("@rushstack/eslint-patch/modern-module-resolution")
4848
4949module .exports = {
5050 root: true ,
51- extens : [
51+ extends : [
5252 ' plugin:vue/vue3-essential' ,
5353 ' @vue/eslint-config-standard-with-typescript'
5454 ' @vue/eslint-config-standard-with-typescript/allow-js-in-vue'
@@ -110,7 +110,7 @@ const createAliasSetting = require('@vue/eslint-config-standard-with-typescript/
110110
111111module .exports = {
112112 root: true ,
113- extens : [
113+ extends : [
114114 ' plugin:vue/vue3-essential' ,
115115 ' @vue/eslint-config-standard-with-typescript'
116116 ],
You can’t perform that action at this time.
0 commit comments