
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@hs-web-team/eslint-config-ts
Advanced tools
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 263 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.