Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@activescott/eslint-config
Advanced tools
This is @activescott's sharable config for ESLint. The Default config is for TypeScript. Multiple config may be added to this package in the future as described at https://eslint.org/docs/developer-guide/shareable-configs#sharing-multiple-configs
Add the following dependencies to your project:
yarn add --dev eslint @activescott/eslint-config @typescript-eslint/eslint-plugin
Create a .eslintrc.yaml
file in the root with the following content:
extends:
- "@activescott/eslint-config"
See https://eslint.org/docs/user-guide/configuring for more information.
You can also test your shareable config on your computer before publishing by linking your module globally. Type:
yarn link
Then, in your project that wants to use your shareable config, type:
yarn link @activescott/eslint-config
FAQs
An ESLint sharable config for TypeScript.
The npm package @activescott/eslint-config receives a total of 15 weekly downloads. As such, @activescott/eslint-config popularity was classified as not popular.
We found that @activescott/eslint-config 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
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.