diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index b3b0d623..7d86567a 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -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