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 1ed453f commit c833e11Copy full SHA for c833e11
‎lib/rules/no-restricted-import.js‎
@@ -11,7 +11,8 @@ module.exports = {
11
meta: {
12
type: "suggestion",
13
docs: {
14
- description: "disallow specified modules when loaded by `import` declarations",
+ description:
15
+ "disallow specified modules when loaded by `import` declarations",
16
category: "Stylistic Issues",
17
recommended: false,
18
url:
0 commit comments