aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-08 00:29:15 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-08 00:29:15 -0500
commitb71c4f69f1d74c2756fdcd77715089347e5e1989 (patch)
treeda297f61334979f6eb8ae3f0decc79d24bda6ccb /package.json
parent1f59d0f0545d9ba69165be6f718ceb08bf373c07 (diff)
downloadtanzanite-b71c4f69f1d74c2756fdcd77715089347e5e1989.tar.gz
tanzanite-b71c4f69f1d74c2756fdcd77715089347e5e1989.tar.bz2
tanzanite-b71c4f69f1d74c2756fdcd77715089347e5e1989.zip
more eslint rules
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6ee1752..0beb6ff 100644
--- a/package.json
+++ b/package.json
@@ -101,6 +101,7 @@
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-deprecation": "^1.3.2",
+ "eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"node-fetch": "^3.2.0"
},