diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-13 00:01:22 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-13 00:01:22 +0300 |
commit | 5471972045aa3ed5dca90abc67802d324e5c1251 (patch) | |
tree | a0ef2400bb78e0aeff68da65078346145a6cf29a /.eslintrc.json | |
parent | 1c73d3cd0f78a5c01c9819f016838d188d3cf63f (diff) | |
download | chrono-cube-ui-5471972045aa3ed5dca90abc67802d324e5c1251.tar.gz |
feat: explicitly configure ESlint
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
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 |