@code-quality/stylelint-styled-components-react-native-config
v1.3.0
Published
The style lint react native config you have been looking for.
Downloads
12
Maintainers
Readme
StyleLint Styled Components Config React Native
stylelint modern linter that helps you avoid errors and enforce conventions in your styles for react native applications.
Install
yarn add stylelint @code-quality/stylelint-styled-components-react-native-config -DUsage
The shareable config can be configured in the stylelint configuration file:
Create a .stylelintrc.js file with the following contents:
module.exports = {
extends: [
'@code-quality/stylelint-styled-components-react-native-config',
],
}