Конфигурация для ESLint
Включает в себя:
- js/recommended из ESLint
- eslint-config-prettier
- eslint-plugin-simple-import-sort
- eslint-plugin-unicorn
- eslint-plugin-vue
- globals (
browserиnodeBuiltin)
Использование
Требования
Подключание
import config from '@advdominion/eslint-config';
import { defineConfig } from 'eslint/config';
export default defineConfig([
...config,
// Дополнительная конфигурация проекта
]);