
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@sajari/eslint-config
Advanced tools
A ESLint configuration for use in Sajari TypeScript projects.
A Sajari-specific ESLint configuration for JavaScript, TypeScript & React projects.
This config extends
yarn add babel-eslint@^10.1.0 \
eslint@^7.16.0 \
eslint-plugin-import@^2.22.1 \
eslint-plugin-jsx-a11y@^6.4.1 \
eslint-plugin-prettier@^3.3.0 \
eslint-plugin-react@^7.22.0 \
eslint-plugin-react-hooks@^4.2.0 \
eslint-plugin-simple-import-sort@^7.0.0 \
prettier@^2.2.1 \
prettier-eslint@12.0.0 \
@typescript-eslint/eslint-plugin@^4.4.1 \
--dev
Or if you don't need React support...
yarn add babel-eslint@^10.1.0 \
eslint@^7.16.0 \
eslint-plugin-import@^2.22.1 \
eslint-plugin-prettier@^3.3.0 \
eslint-plugin-simple-import-sort@^7.0.0 \
prettier@^2.2.1 \
prettier-eslint@12.0.0 \
--dev
{
"extends": "@sajari/eslint-config/base"
}
Add "extends": "@sajari/eslint-config"
to your ESLint config file.
If you don't need React support, add "extends": "@sajari/eslint-config/base"
instead.
An example .eslintrc.js:
module.exports = {
extends: ["@sajari/eslint-config"],
};
This config requires knowledge of your TypeScript config.
In your ESLint config, set parserOptions.project to the path of your tsconfig.json
.
For example:
module.exports = {
extends: ['@sajari/eslint-config'],
+ parserOptions: {
+ project: './tsconfig.json',
+ }
};
FAQs
A ESLint configuration for use in Sajari TypeScript projects.
The npm package @sajari/eslint-config receives a total of 7 weekly downloads. As such, @sajari/eslint-config popularity was classified as not popular.
We found that @sajari/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.