mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
enable and document optional rules
This commit is contained in:
parent
ab5aac5c6b
commit
ac89b845ed
@ -155,6 +155,9 @@ module.exports = {
|
|||||||
'promise/no-multiple-resolved': 'error',
|
'promise/no-multiple-resolved': 'error',
|
||||||
// eslint comments
|
// eslint comments
|
||||||
'@eslint-community/eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
|
'@eslint-community/eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
|
||||||
|
'@eslint-community/eslint-comments/no-restricted-disable': 'error',
|
||||||
|
'@eslint-community/eslint-comments/no-use': 'off',
|
||||||
|
'@eslint-community/eslint-comments/require-description': 'off',
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
// only for ts files
|
// only for ts files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user