Linting tests
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
'cypress',
|
||||
],
|
||||
plugins: ["cypress"],
|
||||
env: {
|
||||
mocha: true,
|
||||
'cypress/globals': true,
|
||||
"cypress/globals": true
|
||||
},
|
||||
rules: {
|
||||
strict: 'off',
|
||||
},
|
||||
strict: "off"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user