Phase 1+2: Nx workspace with apps, libs, and module boundaries
This commit is contained in:
12
apps/overlay-e2e/eslint.config.mjs
Normal file
12
apps/overlay-e2e/eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import playwright from 'eslint-plugin-playwright';
|
||||
import baseConfig from '../../eslint.config.mjs';
|
||||
|
||||
export default [
|
||||
playwright.configs['flat/recommended'],
|
||||
...baseConfig,
|
||||
{
|
||||
files: ['**/*.ts', '**/*.js'],
|
||||
// Override or add rules here
|
||||
rules: {},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user