11
apps/web-e2e/eslint.config.mjs
Normal file
11
apps/web-e2e/eslint.config.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
import cypress from 'eslint-plugin-cypress/flat';
|
||||
import baseConfig from '../../eslint.config.mjs';
|
||||
|
||||
export default [
|
||||
cypress.configs['recommended'],
|
||||
...baseConfig,
|
||||
{
|
||||
// Override or add rules here
|
||||
rules: {},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user