UNPKG

@vercel/style-guide

Version:

Vercel's engineering style guide

10 lines (9 loc) 256 B
module.exports = { plugins: ['testing-library'], extends: [ require.resolve('./jest'), // We may want to separate this out in future, as it's only needed when // using React with Testing Library. 'plugin:testing-library/react', ], };