reinit repo with sources from zipped dir
This commit is contained in:
12
packages/ui/eslint.config.mjs
Normal file
12
packages/ui/eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import nx from '@nx/eslint-plugin'
|
||||
import baseConfig from '../../eslint.config.mjs'
|
||||
|
||||
export default [
|
||||
...baseConfig,
|
||||
...nx.configs['flat/react'],
|
||||
{
|
||||
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
|
||||
// Override or add rules here
|
||||
rules: {},
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user