Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleh T <olezhek_85@list.ru>2018-06-14 00:06:48 +0300
committerOleh T <olezhek_85@list.ru>2018-06-14 00:06:48 +0300
commit9946616689bffd60bedc7f54dc6e067f18f026c9 (patch)
tree46e086bc182a98eae1a3e209d687b483553b5956 /.eslintignore
parent3475e148fe29eb3d7cbb7d9af3415911a3841471 (diff)
Added tests and update ignore rule
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 59069b1..57d9d2e 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,3 +1,4 @@
.next/
flow-typed/
-node_modules/ \ No newline at end of file
+node_modules/
+client/**/__test__/ \ No newline at end of file