[eslint config] [base] [semver-patch] Allow empty class/object methods.

This commit is contained in:
Jordan Harband
2016-04-21 23:41:18 -07:00
parent 117196b3d0
commit d1383a7cf8

View File

@@ -42,8 +42,9 @@ module.exports = {
// http://eslint.org/docs/rules/no-empty-function
'no-empty-function': [2, {
'allow': [
'functions',
'arrowFunctions',
'functions',
'methods',
]
}],
// disallow empty destructuring patterns