vr_player/vr/tests/e2e/.eslintrc.js

13 lines
145 B
JavaScript
Raw Normal View History

2025-02-07 16:55:28 +00:00
module.exports = {
plugins: [
'cypress'
],
env: {
mocha: true,
'cypress/globals': true
},
rules: {
strict: 'off'
}
}