first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import baseConfig from '@ufb/eslint-config/base';
|
||||
import nextjsConfig from '@ufb/eslint-config/nextjs';
|
||||
import reactConfig from '@ufb/eslint-config/react';
|
||||
|
||||
/** @type {import('typescript-eslint').Config} */
|
||||
export default [
|
||||
{
|
||||
ignores: ['.next/**', 'jest.setup.ts', 'next-env.d.ts', '**/api.type.ts'],
|
||||
},
|
||||
...baseConfig,
|
||||
...reactConfig,
|
||||
...nextjsConfig,
|
||||
];
|
||||
Reference in New Issue
Block a user