@linters/stylelint-css-in-js-react-native-config
v1.12.0
Published
The style lint config for react native applications you have been looking for.
Downloads
122
Maintainers
Readme
ARCHIVED: This package is no longer maintained.
StyleLint CSS-in-JS React Native
stylelint modern linter that helps you avoid errors and enforce conventions in your styles for React Native applications.
Install
yarn add stylelint @linters/stylelint-css-in-js-react-native-config -DUsage
Create a .stylelintrc.js file with the following contents:
module.exports = {
extends: ["@linters/stylelint-css-in-js-react-native-config"],
};