diff options
| author | Yuval Adam <_@yuv.al> | 2019-10-16 20:44:49 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-10-16 20:47:02 +0300 |
| commit | 2c3a4694acbdeb12cba1c58f9bf3ddc2b258bd29 (patch) | |
| tree | b30e753c300459516d1604d488c3da9d15d2f62c /.eslintrc | |
| parent | 9a151f9dd36e4f5e419b1d9236e63ad38be38e91 (diff) | |
Extract image loading to main component and add auto linting and formatting
Diffstat (limited to '.eslintrc')
| -rw-r--r-- | .eslintrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..7b6d396 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,7 @@ +{ + "extends": "react-app", + "plugins": ["prettier"], + "rules": { + "prettier/prettier": "error" + } +} |
