q9
This commit is contained in:
14
node_modules/eslint-plugin-cypress/lib/config/recommended.js
generated
vendored
Normal file
14
node_modules/eslint-plugin-cypress/lib/config/recommended.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
plugins: ['cypress'],
|
||||
env: {
|
||||
'cypress/globals': true,
|
||||
},
|
||||
rules: {
|
||||
'cypress/no-assigning-return-values': 'error',
|
||||
'cypress/no-unnecessary-waiting': 'error',
|
||||
'cypress/no-async-tests': 'error',
|
||||
'cypress/unsafe-to-chain-command': 'error',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user