Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f387887 commit 5aec2c6Copy full SHA for 5aec2c6
packages/eslint-config-airbnb-base/rules/style.js
@@ -36,8 +36,8 @@ module.exports = {
36
// assigned
37
// http://eslint.org/docs/rules/func-name-matching
38
'func-name-matching': ['off', 'always', {
39
- includeCommonJSModuleExports: false
40
- }],
+ includeCommonJSModuleExports: false
+ }],
41
42
// require function expressions to have a name
43
// http://eslint.org/docs/rules/func-names
0 commit comments