summaryrefslogtreecommitdiffhomepage
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 60224a4..0807290 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,6 +1,7 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
+ "env": { "node": true },
"plugins": [
"@typescript-eslint"
],