Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@storis/eslint-config
Advanced tools
This package contains the standard eslint configurations for TypeScript packages used by STORIS. It extends and relies on a number of other rulesets and packages including eslint-config-airbnb, @typescript/eslint, and others. It then refines those rulesets to match the STORIS TypeScript style guide.
@storis/eslint-config
is available as an npm package.
npm install @storis/eslint-config
The package relies on the following peer dependencies which differ depending on if you are using the @storis/eslint-config/nodejs
config or the @storis/eslint-config/react
config. You must ensure that compatible versions of the necessary peer dependencies have been installed.
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint
eslint-config-airbnb-typescript
eslint-config-prettier
eslint-plugin-import
eslint-plugin-jest
typescript
eslint-config-airbnb-base
eslint-import-resolver-babel-module
eslint-config-airbnb
eslint-import-resolver-webpack
eslint-plugin-jsx-a11y
eslint-plugin-react
eslint-plugin-react-hooks
eslint-plugin-testing-library
Add the following to your eslint configuration file (e.g. .eslintrc.js
):
{
extends: ['@storis/eslint-config/nodejs'],
parserOptions: { tsconfigRootDir: __dirname, project: location_of_tsconfig_file }
}
Add the following to your eslint configuration file (e.g. .eslintrc.js
):
{
extends: ['@storis/eslint-config/react'],
parserOptions: { tsconfigRootDir: __dirname, project: location_of_tsconfig_file }
}
This project is licensed under the terms of the MIT license.
FAQs
Eslint configurations
The npm package @storis/eslint-config receives a total of 0 weekly downloads. As such, @storis/eslint-config popularity was classified as not popular.
We found that @storis/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.