diff --git a/.flowconfig b/.flowconfig index b7d97439..6ea1eeaa 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,9 @@ [ignore] .*/node_modules/.* +.*/test/.* +.*/build/.* +.*/examples/.* +.*/benchmarks/.* [include] diff --git a/.tern-project b/.tern-project deleted file mode 100644 index 31aa7491..00000000 --- a/.tern-project +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ecmaVersion": 6, - "libs": [ - "browser" - ] -} \ No newline at end of file