diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 000000000..2225fd600 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,3 @@ +{ + "extends": ["standard", "standard-react"] +}