aboutsummaryrefslogtreecommitdiff
path: root/.eslintignore
diff options
context:
space:
mode:
authorSpencer <spalger@users.noreply.github.com>2018-01-10 05:23:43 -0700
committerKim Joar Bekkelund <kjbekkelund@gmail.com>2018-01-10 13:23:43 +0100
commit0fde087ca2c41f0d1c967c0f1c10e7401492856e (patch)
treeae93871cc454588ba51a30d9db7d6e631313b23e /.eslintignore
parent222d79a5c44733d60e5da724df705c4328526d85 (diff)
Switch to Yarn (#15485)
* switch to yarn * cleanup misc references to npm * [yarn] loosen dependency ranges so yarn will merge more deps * fix linting error now that moment uses ESM * [licenses] font-awesome changed the format of its license id * Use local yarn * Misc fixes * eslintignore built yarn file * Remove mkdir which doesn't do what it should do * Check build without upgrading lots of versions * Fix license check * too many moments * Better description * Review fixes * Lock to angular@1.6.5 * More specific version locks * Revert "More specific version locks" This reverts commit 11ef81102e3206fe1c83d03e5ff8345445a47fd0. * Revert "Lock to angular@1.6.5" This reverts commit 3ade68c14c6d3d3562aa6946959c440e4dfed17b. * rm yarn.lock; yarn * Forcing a specific version of React, Angular, Moment * Using vendored version of yarn in ci * Use --frozen-lockfile * fixes
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index f4db73169..876c674d0 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -8,3 +8,4 @@
/src/ui/public/utils/decode_geo_hash.js
/src/core_plugins/timelion/public/webpackShims/jquery.flot.*
/ui_framework/doc_site/build
+/tasks/vendor \ No newline at end of file