kibana/.stylelintrc
Garrett Spong 83a6923494
Adding Styled Components linter w/ default config as pre-commit hook and dev/script (#25441)
* Initial pass at adding styled comp linter and pre-commit hook
* Added project support to stylelint dev script, error/success logging on pre-commit hook, and fixed stylelint errors in secops project
2018-12-04 10:17:23 -07:00

8 lines
159 B
Plaintext

{
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
]
}