.stylintrc 980 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "blocks": true,
  3. "brackets": "never",
  4. "colons": "always",
  5. "colors": "always",
  6. "commaSpace": "always",
  7. "commentSpace": "always",
  8. "cssLiteral": "never",
  9. "customProperties": [],
  10. "depthLimit": 6,
  11. "duplicates": true,
  12. "efficient": "always",
  13. "exclude": [],
  14. "extendPref": "@extends",
  15. "globalDupe": false,
  16. "groupOutputByFile": true,
  17. "indentPref": true,
  18. "leadingZero": "never",
  19. "maxErrors": 100,
  20. "maxWarnings": 100,
  21. "mixed": false,
  22. "mixins": [],
  23. "namingConvention": false,
  24. "namingConventionStrict": false,
  25. "none": "never",
  26. "noImportant": true,
  27. "parenSpace": false,
  28. "placeholders": "always",
  29. "prefixVarsWithDollar": "always",
  30. "quotePref": "double",
  31. "semicolons": "never",
  32. "sortOrder": "alphabetical",
  33. "stackedProperties": "never",
  34. "trailingWhitespace": "never",
  35. "universal": false,
  36. "valid": true,
  37. "zeroUnits": "never",
  38. "zIndexNormalize": false,
  39. "indents": 4,
  40. "semicolons": false,
  41. "alwaysSemicolon": false
  42. }