Forráskód Böngészése

remove tern, update flowconfig

Evan You 10 éve
szülő
commit
efbb3985a9
2 módosított fájl, 4 hozzáadás és 6 törlés
  1. 4 0
      .flowconfig
  2. 0 6
      .tern-project

+ 4 - 0
.flowconfig

@@ -1,5 +1,9 @@
 [ignore]
 .*/node_modules/.*
+.*/test/.*
+.*/build/.*
+.*/examples/.*
+.*/benchmarks/.*
 
 [include]
 

+ 0 - 6
.tern-project

@@ -1,6 +0,0 @@
-{
-  "ecmaVersion": 6,
-  "libs": [
-    "browser"
-  ]
-}