Skip to content

Instantly share code, notes, and snippets.

@maxhoheiser
Created March 16, 2022 10:53
Show Gist options
  • Save maxhoheiser/865576ae2e39793e47de6d9d7f8d6bc1 to your computer and use it in GitHub Desktop.
Save maxhoheiser/865576ae2e39793e47de6d9d7f8d6bc1 to your computer and use it in GitHub Desktop.
Synpress example eslint config file
const path = require('path');
const synpressPath = path.join(
process.cwd(),
'/node_modules/@synthetixio/synpress',
);
module.exports = {
extends: `${synpressPath}/.eslintrc.js`,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment