diff --git a/.eslintrc.js b/.eslintrc.js index 9f18230..47199bc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,7 +11,8 @@ module.exports = { ], rules: { "vue/multi-word-component-names": "off", - indent: ["error", 4], + indent: ["off", 4, { ignoredNodes: ["ConditionalExpression"] }], + "@typescript-eslint/no-inferrable-types": "off", }, plugins: ["jsdoc", "@typescript-eslint"], parser: "vue-eslint-parser",