mirror of
https://github.com/filegator/filegator.git
synced 2025-08-28 22:20:18 +02:00
initial commit
This commit is contained in:
12
tests/frontend/e2e/.eslintrc.js
Normal file
12
tests/frontend/e2e/.eslintrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'cypress'
|
||||
],
|
||||
env: {
|
||||
mocha: true,
|
||||
'cypress/globals': true
|
||||
},
|
||||
rules: {
|
||||
strict: 'off'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user