aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/.eslintrc.js')
-rw-r--r--graphgraph-fe/.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphgraph-fe/.eslintrc.js b/graphgraph-fe/.eslintrc.js
new file mode 100644
index 0000000..b6351b0
--- /dev/null
+++ b/graphgraph-fe/.eslintrc.js
@@ -0,0 +1,3 @@
+module.exports = {
+ "extends": "standard"
+};