diff options
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index b0794bb7434..8d1e3956d0e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -34,3 +34,7 @@ rules: vue/no-use-v-if-with-v-for: off vue/no-v-html: off vue/use-v-on-exact: off + import/extensions: + - error + - ignorePackages + - js: never |