
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.
@jsdevtools/eslint-config
Advanced tools
Opinionated JSDevTools ESLint config for JavaScript, TypeScript, and JSX
This is a shareable config for ESLint that's used for JSDevTools projects. It's highly opinionated and tailored to the types of projects we build, so it's probably not relevant to you. But nonetheless, it could be a good starting point for creating your own custom shareable config.
This config uses ESLint's overrides
feature to apply different rulesets to different files based on glob patterns. It currently includes rulesets for JavaScript, TypeScript, and JSX files, as well more relaxed rulesets for test files in any of those languages.
eslint-config-modular
Modular ESLint configuration
tslint-modular
Modular TSLint configuration for TypeScript projects
Run the following npm command to install ESLint and our ESLint config as dev-dependencies of your project:
npm install eslint @jsdevtools/eslint-config --save-dev
Shareable configs are designed to work with the extends
feature of .eslintrc
files. You can learn more about
Shareable Configs on the official ESLint website.
To use our ESLint config in your project, create an .eslintrc.yml
file with the following contents:
.eslintrc.yml
root: true
extends: "@jsdevtools"
rules:
# You can override any rules here
Our ESLint config is 100% free and open-source, under the MIT license. Use it however you want.
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
Thanks to these awesome companies for their support of Open Source developers ❤
FAQs
Opinionated JSDevTools ESLint config for JavaScript, TypeScript, and JSX
The npm package @jsdevtools/eslint-config receives a total of 6,762 weekly downloads. As such, @jsdevtools/eslint-config popularity was classified as popular.
We found that @jsdevtools/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.