2022-03-11 10:25:30 +00:00
|
|
|
module.exports = {
|
2022-03-11 10:39:56 +00:00
|
|
|
extends: [
|
|
|
|
// Removes 'no-undef' lint errors for Jest global functions (`describe`, `it`, etc),
|
|
|
|
// add Jest-specific lint rules and Jest plugin
|
|
|
|
// See https://github.com/jest-community/eslint-plugin-jest#recommended
|
|
|
|
'plugin:jest/recommended',
|
|
|
|
// Uncomment following line to apply style rules
|
|
|
|
// 'plugin:jest/style',
|
|
|
|
],
|
2022-03-11 10:25:30 +00:00
|
|
|
};
|