move ot mantine frontend
This commit is contained in:
11
frontend/vite-template-master/eslint.config.js
Normal file
11
frontend/vite-template-master/eslint.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import mantine from 'eslint-config-mantine';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default tseslint.config(
|
||||
...mantine,
|
||||
{ ignores: ['**/*.{mjs,cjs,js,d.ts,d.mts}', './.storybook/main.ts'] },
|
||||
{
|
||||
files: ['**/*.story.tsx'],
|
||||
rules: { 'no-console': 'off' },
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user