mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-14 07:00:21 +00:00
13 lines
150 B
JavaScript
13 lines
150 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'cypress',
|
|
],
|
|
env: {
|
|
mocha: true,
|
|
'cypress/globals': true,
|
|
},
|
|
rules: {
|
|
strict: 'off',
|
|
},
|
|
};
|