diff options
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index e131d4c07d1..db03486e9fb 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -30,7 +30,10 @@ rules: no-else-return: - error - allowElseIf: true + import/no-cycle: warn + import/no-unresolved: warn import/no-useless-path-segments: off + import/order: warn lines-between-class-members: off # Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother vue/no-confusing-v-for-v-if: error |