Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit a4a1f11

Browse files
committed
[Tests] fix linting error :-p
1 parent e64b8ea commit a4a1f11

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ module.exports = {
212212
// TODO: enable?
213213
'import/exports-last': 'off',
214214

215-
// Reports when named exports are not grouped together in a single export declaration or when multiple assignments to CommonJS module.exports or exports object are present in a single file.
215+
// Reports when named exports are not grouped together in a single export declaration
216+
// or when multiple assignments to CommonJS module.exports or exports object are present in a single file.
216217
// https://github.com/benmosher/eslint-plugin-import/blob/44a038c06487964394b1e15b64f3bd34e5d40cde/docs/rules/group-exports.md
217218
'import/group-exports': 'off',
218219

0 commit comments

Comments
 (0)