Add no extend native rule

This commit is contained in:
Bill Thornton 2023-07-06 14:46:14 -04:00
parent f35a8151e0
commit b034c01240
2 changed files with 2 additions and 7 deletions

View file

@ -46,6 +46,7 @@ module.exports = {
],
'no-duplicate-imports': ['error'],
'no-empty-function': ['error'],
'no-extend-native': ['error'],
'no-floating-decimal': ['error'],
'no-multi-spaces': ['error'],
'no-multiple-empty-lines': ['error', { 'max': 1 }],