Add eslint rule for empty functions
This commit is contained in:
parent
97f9573adc
commit
8fefc22669
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ module.exports = {
|
|||
'jsx-quotes': ['error', 'prefer-single'],
|
||||
'keyword-spacing': ['error'],
|
||||
'max-statements-per-line': ['error'],
|
||||
'no-empty-function': ['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