
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@side/eslint-config-cypress
Advanced tools
An ESLint configuration which enables lint rules for Cypress tests.
An ESLint configuration which enables lint rules for Cypress tests.
Install this package, and ensure you have installed its peer dependencies.
yarn info @side/eslint-config-cypress peerDependencies
yarn add -D @side/eslint-config-cypress
Once all peer dependencies have been added to your project, extend this configuration in your project's .eslintrc.js.
.eslintrc.js
module.exports = {
overrides: [
{
files: ['**/cypress/**/*.js'],
extends: ['@side/cypress'],
},
],
};
Note: Make sure to extend this as an override so you can specify the exact Cypress test files you want these rules to be run against. Please reference the eslint-config-cypress documentation for more details.
peerDependency since this lint config can be used at a different level than Cypress is being used. For example in Side repos which contain apps, the lint config is at the top level and Cypress is currently installed at the package level.FAQs
An ESLint configuration which enables lint rules for Cypress tests.
We found that @side/eslint-config-cypress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.