UNPKG

@beyonk/eslint-config

Version:
14 lines (12 loc) 290 B
import mocha from 'eslint-plugin-mocha' import { off } from './constants.js' /** @type {import('eslint').Linter.Config[]} */ export default [ mocha.configs.flat.recommended, { rules: { 'mocha/no-mocha-arrows': [ off ], 'mocha/no-setup-in-describe': [ off ] } } ]