
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@growflow/eslint-config
Advanced tools
Shareable ESLint configuration to apply consistent syntax and styling rules across GrowFlow projects.
You can install this package and all of its peer dependencies with install-peerdeps:
npx install-peerdeps --dev @growflow/eslint-config
You can then create a .eslintrc.js file with content similar to the following:
// see https://www.npmjs.com/package/@rushstack/eslint-patch
require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
extends: ['@growflow'],
parserOptions: {
project: 'tsconfig.json',
},
};
This will apply the core eslint config settings as well as settings to eslint your tests with Jest. If you are not using Jest or only want to include the core settings for whatever reason, you can extend the core config:
// see https://www.npmjs.com/package/@rushstack/eslint-patch
require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
extends: ['@growflow/eslint-config/core'],
parserOptions: {
project: 'tsconfig.json',
},
};
Or if you only want to include the Jest configuration within an .eslintrc.js within a test folder, you can do that as well:
// see https://www.npmjs.com/package/@rushstack/eslint-patch
require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
extends: ['@growflow/eslint-config/jest']
};
You should be able to use your favorite editor's (*cough* VS Code) ESLint to easily format your code on save or with the Format command.
FAQs
Common ESLint configs for Growflow Org.
The npm package @growflow/eslint-config receives a total of 716 weekly downloads. As such, @growflow/eslint-config popularity was classified as not popular.
We found that @growflow/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.