[eslint config] [base] correct another typo from a23a3efba9

This commit is contained in:
Jordan Harband
2016-10-31 02:22:30 -07:00
parent f3878876d2
commit 5aec2c6691

View File

@@ -36,8 +36,8 @@ module.exports = {
// assigned
// http://eslint.org/docs/rules/func-name-matching
'func-name-matching': ['off', 'always', {
includeCommonJSModuleExports: false
}],
includeCommonJSModuleExports: false
}],
// require function expressions to have a name
// http://eslint.org/docs/rules/func-names