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:
authorNathan Fritz <fritzy@github.com>2021-12-16 21:01:56 +0300
committerNathan Fritz <fritzy@github.com>2021-12-16 21:05:19 +0300
commitd7265045730555c03b3142c004c7438e9577028c (patch)
tree035d81b3124bdaa09c21854934bf2b2b50e52e44 /workspaces/arborist/.eslintrc.local.json
parentd8aac8448e983692cacb427e03f4688cd1b62e30 (diff)
Bring in all libnpm modules + arborist as workspaces (#4166)
Added libnpm workspaces and arborist
Diffstat (limited to 'workspaces/arborist/.eslintrc.local.json')
-rw-r--r--workspaces/arborist/.eslintrc.local.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/workspaces/arborist/.eslintrc.local.json b/workspaces/arborist/.eslintrc.local.json
new file mode 100644
index 000000000..9542f520e
--- /dev/null
+++ b/workspaces/arborist/.eslintrc.local.json
@@ -0,0 +1,5 @@
+{
+ "rules": {
+ "max-len": 0
+ }
+}