aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-13 00:01:22 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-13 00:01:22 +0300
commit5471972045aa3ed5dca90abc67802d324e5c1251 (patch)
treea0ef2400bb78e0aeff68da65078346145a6cf29a /.eslintrc.json
parent1c73d3cd0f78a5c01c9819f016838d188d3cf63f (diff)
downloadchrono-cube-ui-5471972045aa3ed5dca90abc67802d324e5c1251.tar.gz
feat: explicitly configure ESlint
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..4bed466
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,3 @@
+{
+ "extends": "react-app"
+} \ No newline at end of file