
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@fineorg/eslint-config-react
Advanced tools
修改内容完成后新建一个 tag 后提交,在 Github 发布 release 后会自动发布到 npm 上。
git tag -a v1.0.0 -m "Tag comment"
git push origin v1.0.0
# npm
npm install @fineorg/eslint-config-react
# yarn
yarn add @fineorg/eslint-config-react
本配置文件是针对使用 Typescript 开发 React 项目的,只能在对应环境下使用。同时使用了 Prettier 作为代码风格工具,为了确保使用正常,需要先安装好对应的环境以及相关依赖。
# 以 vite 安装 react-ts 为例
npm create vite@latest my-vue-app -- --template react-ts
# yarn
yarn create vite my-vue-app --template react-ts
# 安装 Eslint
npm install -D eslint prettier @fineorg/eslint-config-react
# yarn
yarn add --dev eslint prettier @fineorg/eslint-config-react
新建或修改配置文件 .eslintrc.json 为:
{
"extends": "@fineorg/eslint-config-react"
}
FAQs
Fine Eslint Config
We found that @fineorg/eslint-config-react 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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.