mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
2c15cd4fc2
* chore(deps): update all non-major dependencies * Format Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
{
|
|
"processors": ["stylelint-processor-styled-components"],
|
|
"extends": [
|
|
"stylelint-config-recommended",
|
|
"stylelint-config-styled-components",
|
|
"stylelint-config-prettier"
|
|
]
|
|
}
|