Browse Source

fix lint error

Yuki Takei 3 years ago
parent
commit
a82901dd8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/plugin-lsx/package.json

+ 1 - 1
packages/plugin-lsx/package.json

@@ -18,7 +18,7 @@
     "build:esm": "tsc -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.esm.json",
     "clean": "npx -y shx rm -rf dist",
     "lint:js": "eslint **/*.{js,jsx,ts,tsx}",
-    "lint:styles": "stylelint src/**/*.scss src/**/*.css",
+    "lint:styles": "stylelint --allow-empty-input src/**/*.scss src/**/*.css",
     "lint": "run-p lint:*",
     "test": ""
   },