mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
{
|
|
"processors": [
|
|
"stylelint-processor-styled-components"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-recommended",
|
|
"stylelint-config-styled-components",
|
|
"stylelint-config-prettier"
|
|
]
|
|
}
|