Browse Source

fix: ignore vue files from stylelint

liyasthomas 3 years ago
parent
commit
dbd39ba0d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/hoppscotch-app/.stylelintrc.js

+ 1 - 0
packages/hoppscotch-app/.stylelintrc.js

@@ -1,4 +1,5 @@
 module.exports = {
+  ignoreFiles: ["/**/*.vue"],
   extends: [
     "stylelint-config-standard",
     "stylelint-config-prettier",