UNPKG

@wakamsha/eslint-config

Version:
13 lines (10 loc) 182 B
// @ts-check import jestDom from 'eslint-plugin-jest-dom'; export default { plugins: { 'jest-dom': jestDom, }, rules: { ...jestDom.configs.recommended.rules, }, };