
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@hs-web-team/eslint-config-ts
Advanced tools
HubSpot Marketing WebTeam ESLint rules for Typescript
This is a list of TypeScript rules that are recommended for use with Hubspot Marketing WebTeam projects.
https://www.npmjs.com/package/@hs-web-team/eslint-config-ts
This is a set of ESLint rules that are recommended for use with Hubspot Marketing WebTeam projects, and can be used in conjunction with the browser or node linting packages.
Note that this package will only apply rules to TypeScript files (.ts
and .tsx
). It will not apply rules to JavaScript files (.js
and .jsx
). You must use the browser or node linting packages to use ESLint rules for vanilla JavaScript files.
npm i -D @hs-web-team/eslint-config-ts
.eslintrc
in project root directory{
"extends": "@hs-web-team/eslint-config-ts"
}
or when used with the browser/node rules:
{
"extends": [
"@hs-web-team/eslint-config-browser", // or "@hs-web-team/eslint-config-node"
"@hs-web-team/eslint-config-ts"
],
}
node_modules
package-lock.json
npm install
ts
linting is workingShareable ESLint Configs Reference
This package is intended to be used in projects that use TypeScript, in conjunction with either the Node or Browser linting packages.
FAQs
HubSpot Marketing WebTeam ESLint rules for Typescript
The npm package @hs-web-team/eslint-config-ts receives a total of 139 weekly downloads. As such, @hs-web-team/eslint-config-ts popularity was classified as not popular.
We found that @hs-web-team/eslint-config-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 86 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.