Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@instacart/eslint-config
Advanced tools
Instacart's shared ESLint configuration.
$ yarn add --dev @instacart/eslint-config
To use all of the eslint rules, simply extend the package (@instacart/eslint-config
). This includes rules for TypeScript and integration with Prettier.
// .eslintrc.js
module.exports = {
extends: ['@instacart/eslint-config'],
}
The package allows for selective use by exposing the following configs to extend:
@instacart/eslint-config/core
(required) - core eslint rules for all projects@instacart/eslint-config/react
- rules from eslint-plugin-react, eslint-plugin-react-hooks and eslint-plugin-jsx-a11y@instacart/eslint-config/typescript
- sets up overrides for .ts
/.tsx
files using the parser and rules from typescript-eslint@instacart/eslint-config/prettier
- extends the prettier rule configurations to disable the appropriate eslint rules and adds the prettier plugin for integration with eslint https://prettier.io/FAQs
Instacart's ESLint configuration
The npm package @instacart/eslint-config receives a total of 1,948 weekly downloads. As such, @instacart/eslint-config popularity was classified as popular.
We found that @instacart/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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.