Files
ohif-viewer/platform/app/cypress/.eslintrc.js
2025-03-07 13:47:44 +07:00

7 lines
89 B
JavaScript

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