Репозитоий переименован во frontend, обновлены зависимости, добавлен eslint-config
This commit is contained in:
9
eslint.config.js
Normal file
9
eslint.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import config from '@advdominion/eslint-config';
|
||||
import { defineConfig } from 'eslint/config';
|
||||
|
||||
export default defineConfig([
|
||||
...config,
|
||||
{
|
||||
ignores: ['.yarn', '.pnp.*'],
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user