first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import baseConfig from '@ufb/eslint-config/base';
|
||||
import reactConfig from '@ufb/eslint-config/react';
|
||||
|
||||
/** @type {import('typescript-eslint').Config} */
|
||||
export default [
|
||||
{
|
||||
ignores: ['postcss.js'],
|
||||
},
|
||||
...baseConfig,
|
||||
...reactConfig,
|
||||
];
|
||||
Reference in New Issue
Block a user