0
0
Fork 0
salix-front-mindshore-fork2/tests/jest/.eslintrc.js

11 lines
398 B
JavaScript
Raw Normal View History

2022-03-11 10:25:30 +00:00
module.exports = {
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
};