summaryrefslogtreecommitdiff
path: root/frontend/.flowconfig
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-05-13 14:10:32 +0200
committerjbion <joffrey.bion@amadeus.com>2019-05-13 14:10:32 +0200
commit8308c0e68326006facdc0b9d91ac6d3695ec2155 (patch)
treecd2c59075ebdc719d2f9a67bb59415d1ba18d411 /frontend/.flowconfig
parentAdd generated react-app-env.d.ts (diff)
downloadseven-wonders-8308c0e68326006facdc0b9d91ac6d3695ec2155.tar.gz
seven-wonders-8308c0e68326006facdc0b9d91ac6d3695ec2155.tar.bz2
seven-wonders-8308c0e68326006facdc0b9d91ac6d3695ec2155.zip
Remove flow-related stuff
Diffstat (limited to 'frontend/.flowconfig')
-rw-r--r--frontend/.flowconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/.flowconfig b/frontend/.flowconfig
deleted file mode 100644
index 16bc1a2f..00000000
--- a/frontend/.flowconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-[ignore]
-node_modules/eslint-plugin-jsx-a11y/**/*.js
-[include]
-
-[libs]
-
-[options]
bgstack15