Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/.eslintrc.local.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.eslintrc.local.json b/docs/.eslintrc.local.json
new file mode 100644
index 000000000..ed467baed
--- /dev/null
+++ b/docs/.eslintrc.local.json
@@ -0,0 +1 @@
+{ "rules": { "import/no-extraneous-dependencies": "off" } }