mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[linter] Turn on no-prototype-builtins
This commit is contained in:
@ -63,8 +63,7 @@ module.exports = [
|
||||
'no-duplicate-imports': 'error', // Avoid duplicate imports
|
||||
'no-useless-constructor': 'error', // Remove unnecessary constructors
|
||||
'no-useless-return': 'error', // Remove unnecessary return statements
|
||||
'max-lines': ['warn', 5000],
|
||||
'no-prototype-builtins': 'off'
|
||||
'max-lines': ['warn', 5000]
|
||||
}
|
||||
},
|
||||
prettier
|
||||
|
||||
Reference in New Issue
Block a user