mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-18 23:41:10 +00:00
13 lines
145 B
JavaScript
13 lines
145 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
'cypress'
|
||
|
],
|
||
|
env: {
|
||
|
mocha: true,
|
||
|
'cypress/globals': true
|
||
|
},
|
||
|
rules: {
|
||
|
strict: 'off'
|
||
|
}
|
||
|
}
|