Files
ohif-viewer/platform/app/cypress/.eslintrc.js
2025-05-27 11:05:07 +07:00

7 lines
89 B
JavaScript

module.exports = {
plugins: ['cypress'],
env: {
'cypress/globals': true,
},
};