Skip to content

Commit c833e11

Browse files
committed
🎨 fix line break
I'm not sure why vscode didn't fix it on save.
1 parent 1ed453f commit c833e11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/rules/no-restricted-import.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
meta: {
1212
type: "suggestion",
1313
docs: {
14-
description: "disallow specified modules when loaded by `import` declarations",
14+
description:
15+
"disallow specified modules when loaded by `import` declarations",
1516
category: "Stylistic Issues",
1617
recommended: false,
1718
url:

0 commit comments

Comments
 (0)