Files
filegator/tests/frontend/e2e/.eslintrc.js
Milos Stojanovic 261607e1d3 initial commit
2019-06-13 18:52:40 +02:00

13 lines
145 B
JavaScript

module.exports = {
plugins: [
'cypress'
],
env: {
mocha: true,
'cypress/globals': true
},
rules: {
strict: 'off'
}
}