From 3781affee66d48c30272db19916ed760b262bf19 Mon Sep 17 00:00:00 2001 From: Andrii Lundiak Date: Thu, 22 Dec 2016 14:15:50 +0100 Subject: [PATCH] Small docs change (#699) --- docs/rules/no-amd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-amd.md b/docs/rules/no-amd.md index 3f1429605..515a87637 100644 --- a/docs/rules/no-amd.md +++ b/docs/rules/no-amd.md @@ -1,6 +1,6 @@ # no-amd -Reports `require([array], ...)` and `define([array], ...) function calls at the +Reports `require([array], ...)` and `define([array], ...)` function calls at the module scope. Will not report if !=2 arguments, or first argument is not a literal array. Intended for temporary use when migrating to pure ES6 modules.