
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
stylelint-config-react-native-css-modules
Advanced tools
Shareable stylelint config for React Native CSS modules
Shareable stylelint config for React Native CSS modules
Install stylelint-config-react-native-css-modules (and stylelint + stylelint-react-native, if you haven't done so yet):
yarn add stylelint stylelint-react-native stylelint-config-react-native-css-modules --dev
or
npm install stylelint stylelint-react-native stylelint-config-react-native-css-modules --save-dev
Create the .stylelintrc config file (or open the existing one) and extend stylelint-config-react-native-css-modules config.
{
"extends": "stylelint-config-react-native-css-modules",
"rules": {
"selector-class-pattern": "^[a-z][a-zA-Z0-9]*$"
}
}
By default the config is for React Native only, but if you want to share the styles between React Native and Web, extend the stylelint-config-react-native-css-modules/web config instead. This turns some of the errors to warnings to ensure compatibility with Web.
{
"extends": "stylelint-config-react-native-css-modules/web",
"rules": {
"selector-class-pattern": "^[a-z][a-zA-Z0-9]*$"
}
}
If you want to turn off any of the included errors or warnings, set the rule's value to null:
{
"extends": "stylelint-config-react-native-css-modules/web",
"rules": {
"react-native/font-weight-no-ignored-values": null
}
}
FAQs
Shareable stylelint config for React Native CSS modules
We found that stylelint-config-react-native-css-modules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.