salix-front/test/jest/.eslintrc.js

11 lines
398 B
JavaScript
Raw Normal View History

2022-03-24 12:41:17 +00:00
module.exports = {
2022-03-24 13:57:11 +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-24 12:41:17 +00:00
};