Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5aec2c6

Browse files
committed
[eslint config] [base] correct another typo from a23a3ef
1 parent f387887 commit 5aec2c6

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+2
-2
lines changed

packages/eslint-config-airbnb-base/rules/style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module.exports = {
3636
// assigned
3737
// http://eslint.org/docs/rules/func-name-matching
3838
'func-name-matching': ['off', 'always', {
39-
includeCommonJSModuleExports: false
40-
}],
39+
includeCommonJSModuleExports: false
40+
}],
4141

4242
// require function expressions to have a name
4343
// http://eslint.org/docs/rules/func-names

0 commit comments

Comments
 (0)