Skip to content

Commit 7faded1

Browse files
authored
docs: fix typo extens -> extends (#25)
1 parent 0a782ac commit 7faded1

File tree

1 file changed

+3
-3
lines changed
  • packages/eslint-config-standard-with-typescript

1 file changed

+3
-3
lines changed

packages/eslint-config-standard-with-typescript/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require("@rushstack/eslint-patch/modern-module-resolution")
2727

2828
module.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

4949
module.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

111111
module.exports = {
112112
root: true,
113-
extens: [
113+
extends: [
114114
'plugin:vue/vue3-essential',
115115
'@vue/eslint-config-standard-with-typescript'
116116
],

0 commit comments

Comments
 (0)