aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/.eslintrc.json')
-rw-r--r--packages/main/.eslintrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/main/.eslintrc.json b/packages/main/.eslintrc.json
new file mode 100644
index 0000000..6b736e2
--- /dev/null
+++ b/packages/main/.eslintrc.json
@@ -0,0 +1,6 @@
1{
2 "globals": {
3 "NodeJS": false,
4 "require": false
5 }
6}