mirror of
https://github.com/romancm/gamebrary
synced 2025-03-02 05:37:12 +00:00
12 lines
150 B
JavaScript
12 lines
150 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'cypress',
|
|
],
|
|
env: {
|
|
mocha: true,
|
|
'cypress/globals': true,
|
|
},
|
|
rules: {
|
|
strict: 'off',
|
|
},
|
|
};
|