summaryrefslogtreecommitdiffstats
path: root/.eslintignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-06-28 16:21:24 -0400
committerGitHub <noreply@github.com>2023-06-28 23:21:24 +0300
commit265fac6cbb5a26d777ba7a1214df6ca9f9c54139 (patch)
treee222922b838f79f318824ecf55511bf7d2b757b7 /.eslintignore
parentb52a989497f68cddeeb0282f5fd650c4e373e477 (diff)
Agent dashboard reorganization. (#15200)
* Add v0 copy of legacy dashboard. * Update dashboard bundling script and remove old copy of single-node dashboard. * Add updated single-node dashboard to v1 path. * Add dummy `switch.html` page. * Add v2 dashboard. * Exclude v2 dashboard from eslint checking. * Update to latest v2 dashboard.
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 8cefe0eaed..d827e89b48 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,2 +1,3 @@
**/*{.,-}min.js
-web/gui/dashboard/*
+web/gui/v1/*
+web/gui/v2/*