Skip to content

Commit 2cf8255

Browse files
authored
Update to square to curly braces
1 parent 2b668dc commit 2cf8255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
require('eslint-plugin-html')
44

55
module.exports = {
6-
settings: [
6+
settings: {
77
'html/html-extensions': ['.vue'],
88
'html/xml-extensions': []
9-
],
9+
},
1010
rules: {
1111
'jsx-uses-vars': require('eslint-plugin-react/lib/rules/jsx-uses-vars')
1212
}

0 commit comments

Comments
 (0)