chore: custom eslint rule which complains about flaky non-retryable playwright assertions
This commit is contained in:
6
packages/eslint-plugin-payload/index.js
Normal file
6
packages/eslint-plugin-payload/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('eslint').Linter.Config} */
|
||||
module.exports = {
|
||||
rules: {
|
||||
'no-non-retryable-assertions': require('./customRules/no-non-retryable-assertions'),
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user