UNPKG

@wakamsha/eslint-config

Version:
13 lines (10 loc) 211 B
// @ts-check import testingLibrary from 'eslint-plugin-testing-library'; export default { plugins: { 'testing-library': testingLibrary, }, rules: { ...testingLibrary.configs.react.rules, }, };