Explorar el Código

Merge branch 'feature/change_lint' of Software/android-cloud-H5 into develop

zengzhixiang hace 2 años
padre
commit
636a0aee4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      stylelint.config.js

+ 1 - 1
stylelint.config.js

@@ -1,7 +1,7 @@
 module.exports = {
   customSyntax: 'postcss-html',
   extends: [
-    'stylelint-config-standard',
+    'stylelint-config-recommended',
     'stylelint-config-recommended-vue',
     'stylelint-config-prettier',
   ],