UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

7 lines (4 loc) 256 B
import plugin from 'eslint-plugin-regexp'; import { FILES } from '../presets/base.js'; /** @see [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) */ export const regexp = [{ files: FILES, ...plugin.configs['flat/recommended'] }];