
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
eslint-plugin-react-naming-convention
Advanced tools
ESLint React's ESLint plugin for naming convention related rules.
Naming convention rules.
[!TIP] This plugin is already included in
@eslint-react/eslint-plugin
. You don't need to install it separately if you are using@eslint-react/eslint-plugin
.
# npm
npm install --save-dev eslint-plugin-react-naming-convention
Add the plugin to your eslint.config.js
:
// @ts-check
import js from "@eslint/js";
import reactNamingConvention from "eslint-plugin-react-naming-convention";
export default [
js.configs.recommended,
{
files: ["**/*.{ts,tsx}"],
plugins: [
"react-naming-convention": reactNamingConvention,
rules: {
// react-naming-convention recommended rules
"naming-convention/filename-extension": ["warn", "as-needed"],
"naming-convention/use-state": "warn",
}
],
},
];
Rule | Description | πΌ | π | β |
---|---|---|---|---|
component-name | Enforces naming conventions for components. | π | ||
filename | Enforces naming convention for JSX files. | π | ||
filename-extension | Enforces consistent use of the JSX file extension. | π | ||
use-state | Enforces destructuring and symmetric naming of useState hook value and setter variables. | π |
FAQs
ESLint React's ESLint plugin for naming convention related rules.
The npm package eslint-plugin-react-naming-convention receives a total of 175,259 weekly downloads. As such, eslint-plugin-react-naming-convention popularity was classified as popular.
We found that eslint-plugin-react-naming-convention demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnamβs Telegram ban.