Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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 19 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.