rule updates

This commit is contained in:
2023-02-20 10:19:04 +10:00
parent 03f5c8d90f
commit e035128c30

View File

@@ -11,7 +11,8 @@ module.exports = {
], ],
rules: { rules: {
"vue/multi-word-component-names": "off", "vue/multi-word-component-names": "off",
indent: ["error", 4], indent: ["off", 4, { ignoredNodes: ["ConditionalExpression"] }],
"@typescript-eslint/no-inferrable-types": "off",
}, },
plugins: ["jsdoc", "@typescript-eslint"], plugins: ["jsdoc", "@typescript-eslint"],
parser: "vue-eslint-parser", parser: "vue-eslint-parser",