Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@dotcom-reliability-kit/eslint-config
Advanced tools
A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production
A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production. This is not a replacement for the @financial-times/eslint-config-next, but it can be installed alongside it or as an extension in it's config. This module is part of FT.com Reliability Kit.
Install @dotcom-reliability-kit/eslint-config as a development dependency:
npm install --save-dev @dotcom-reliability-kit/eslint-config
Reference the shared configuration in your repository's own .eslintrc.js like so:
module.exports = {
extends: ['@dotcom-reliability-kit/eslint-config']
}
Avoid using .eslintrc file format (without a file extension), as this has been depracated.
Add the following command to the scripts
object in your repository's package.json:
"lint:js": "eslint '**/*.{js,jsx,json,yml,yaml}'"
To lint a specific file (or the entire repository), run that command in your terminal. Any linting errors found by the config will be displayed in your terminal, with helpful suggestions on how to resolve them.
See the central contributing guide for Reliability Kit.
Licensed under the MIT license.
Copyright © 2023, The Financial Times Ltd.
FAQs
A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production
The npm package @dotcom-reliability-kit/eslint-config receives a total of 454 weekly downloads. As such, @dotcom-reliability-kit/eslint-config popularity was classified as not popular.
We found that @dotcom-reliability-kit/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.