From 0d1456e618b9cee9575f5a3b141fe53b96e4a9d3 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Fri, 2 Oct 2020 12:15:58 +0200 Subject: [PATCH] Move jshint config to top level and add flow config --- .flowconfig | 11 +++++++++++ node_build/.jshintrc => .jshintrc | 0 2 files changed, 11 insertions(+) create mode 100644 .flowconfig rename node_build/.jshintrc => .jshintrc (100%) diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 00000000..1fed4453 --- /dev/null +++ b/.flowconfig @@ -0,0 +1,11 @@ +[ignore] + +[include] + +[libs] + +[lints] + +[options] + +[strict] diff --git a/node_build/.jshintrc b/.jshintrc similarity index 100% rename from node_build/.jshintrc rename to .jshintrc