Add no extend native rule
This commit is contained in:
parent
f35a8151e0
commit
b034c01240
2 changed files with 2 additions and 7 deletions
|
@ -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 }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue