mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
ci: Start enforcing require-await
linting rule (no-changelog)
This commit is contained in:
parent
6e2809b490
commit
9843a95efc
|
@ -444,6 +444,9 @@ const config = (module.exports = {
|
|||
/** https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-promise-resolve-reject.md */
|
||||
'unicorn/no-useless-promise-resolve-reject': 'error',
|
||||
|
||||
/** https://eslint.org/docs/latest/rules/require-await */
|
||||
'require-await': 'error',
|
||||
|
||||
'lodash/path-style': ['error', 'as-needed'],
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue