mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-17 05:52:37 +00:00
10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
module.exports = {
|
|
plugins: ["cypress"],
|
|
env: {
|
|
mocha: true,
|
|
"cypress/globals": true
|
|
},
|
|
rules: {
|
|
strict: "off"
|
|
}
|
|
};
|