Dependency refactor #17

Merged
nomadjimbob merged 155 commits from dependency-refactor into main 2023-02-27 12:30:57 +00:00
Showing only changes of commit e035128c30 - Show all commits

View File

@@ -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",