UNPKG

@sparticuz/eslint-config

Version:

Sparticuz's shareable config for eslint

7 lines (6 loc) 219 B
import * as regexpPlugin from "eslint-plugin-regexp"; import tseslint from "typescript-eslint"; export default tseslint.config({ name: "regexp/flat/recommended", ...regexpPlugin.configs["flat/recommended"], });