mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 03:28:02 -05:00
[eslint config] [base] correct another typo from a23a3efba9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user