
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@jetbrains/eslint-config
Advanced tools
@jetbrains
basic and style rules
@jetbrains/eslint-config/base
basic rules
@jetbrains/eslint-config/style
style rules
@jetbrains/eslint-config/browser
browser rules and environment
@jetbrains/eslint-config/es6
ES6 rules and environment, including eslint-plugin-import
@jetbrains/eslint-config/node
Node.js rules and environment
@jetbrains/eslint-config/react
rules for eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-jsx-a11y
@jetbrains/eslint-config/angular
rules for eslint-plugin-angular
@jetbrains/eslint-config/test
mocha, chai, sinon rules and environment, including eslint-plugin-bdd
npm install eslint
npm install @jetbrains/eslint-config
npm install eslint-import-resolver-webpack eslint-plugin-angular @vitest/eslint-plugin eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks
{
"parser": "babel-eslint",
"extends": [
"@jetbrains",
"@jetbrains/eslint-config/browser",
"@jetbrains/eslint-config/es6",
"@jetbrains/eslint-config/node",
"@jetbrains/eslint-config/react",
"@jetbrains/eslint-config/angular",
"@jetbrains/eslint-config/test"
]
}
If you're using this ESLint config with Prettier, make sure that you disable
the arrow-body-style
rule in the ESLint config, because it conflicts with Prettier rules:
"rules": {
"arrow-body-style": "off"
}
Note to maintainers: to trigger publishing of the npm package append [Publish] to the commit message. For example:
Tweaked the rules [Publish]
FAQs
JetBrains config for ESLint
The npm package @jetbrains/eslint-config receives a total of 1,633 weekly downloads. As such, @jetbrains/eslint-config popularity was classified as popular.
We found that @jetbrains/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers 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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.