aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/.eslintrc.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-04 22:16:09 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:51:48 +0100
commit649c1ed37ac74765fb7572fa3f703c94827042f4 (patch)
treec00d13e58cbe1df0a4645b7905bccbab3eb9ff92 /packages/renderer/.eslintrc.json
parentIncorporate 'eslint' (fixes #3) (diff)
downloadsophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.gz
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.zst
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.zip
New configurations based on review comments (WIP)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'packages/renderer/.eslintrc.json')
-rw-r--r--packages/renderer/.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/renderer/.eslintrc.json b/packages/renderer/.eslintrc.json
new file mode 100644
index 0000000..a28aec9
--- /dev/null
+++ b/packages/renderer/.eslintrc.json
@@ -0,0 +1,5 @@
1{
2 "globals": {
3 "JSX": false
4 }
5}