You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rules/no-unresolved.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ as defined by standard Node `require.resolve` behavior.
6
6
See [settings](../../README.md#settings) for customization options for the resolution (i.e.
7
7
additional filetypes, `NODE_PATH`, etc.)
8
8
9
-
This rule can also optionally report on unresolved modules in CommonJS `require('./foo')` calls and AMD `require(['./foo'], function (foo){...})` and `define(['./foo'], function (foo){...})`.
9
+
This rule can also optionally report on unresolved modules in CommonJS `require('./foo')` calls and AMD `require(['./foo'], function (foo){...})` and `define(['./foo'], function (foo){...})`.
10
10
11
11
To enable this, send `{ commonjs: true/false, amd: true/false }` as a rule option.
0 commit comments