12
apps/web/eslint.config.mjs
Normal file
12
apps/web/eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import nextEslintPluginNext from '@next/eslint-plugin-next';
|
||||
import nx from '@nx/eslint-plugin';
|
||||
import baseConfig from '../../eslint.config.mjs';
|
||||
|
||||
export default [
|
||||
{ plugins: { '@next/next': nextEslintPluginNext } },
|
||||
...baseConfig,
|
||||
...nx.configs['flat/react-typescript'],
|
||||
{
|
||||
ignores: ['.next/**/*', '**/out-tsc'],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user