Skip to content

Commit 439c99d

Browse files
hastomhastommarqbeniamin
authored
Eslint rules to force existing code style (#2202)
* Added rules to force existing code style * One more Co-authored-by: hastom <[email protected]> Co-authored-by: Beniamin Marcu <[email protected]>
1 parent d1d9b20 commit 439c99d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"jest/globals": true
1717
},
1818
"rules": {
19+
"semi": ["warn", "never"],
20+
"space-before-function-paren": ["warn"],
1921
"arrow-parens": 0,
2022
"generator-star-spacing": "off",
2123
"indent": "off",
@@ -55,6 +57,7 @@
5557
"error",
5658
"PascalCase"
5759
],
58-
"vue/require-v-for-key": 0
60+
"vue/require-v-for-key": 0,
61+
"vue/html-closing-bracket-spacing": ["error"]
5962
}
6063
}

0 commit comments

Comments
 (0)