diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2018-08-18 17:00:53 -0400 |
---|---|---|
committer | Sandhose <quentingliech@gmail.com> | 2018-08-19 23:14:45 +0200 |
commit | bb4ebed08c3f1b1a7ba9968ede75a07f1705d2df (patch) | |
tree | dd6998679330f1814001011c339ba7ee1da876d9 /webui/.eslintrc | |
parent | 8575abf285d1dd71990b619fbdf3cd44dbc48e75 (diff) | |
download | git-bug-bb4ebed08c3f1b1a7ba9968ede75a07f1705d2df.tar.gz |
webui: Format everything with prettier
Diffstat (limited to 'webui/.eslintrc')
-rw-r--r-- | webui/.eslintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/.eslintrc b/webui/.eslintrc new file mode 100644 index 00000000..9cf9d009 --- /dev/null +++ b/webui/.eslintrc @@ -0,0 +1,3 @@ +{ + "extends": ["react-app", "plugin:prettier/recommended"] +} |