diff options
author | crupest <crupest@outlook.com> | 2021-05-17 20:22:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 20:22:24 +0800 |
commit | b164a0e3e9708596f4b7e32d0b43fb5094e51cf5 (patch) | |
tree | 2c94f3b721c45e84f0e25655651043596a2cf52d | |
parent | 8df0d3468f2132e3e5f495749bbcfeafedbc7124 (diff) | |
download | timeline-b164a0e3e9708596f4b7e32d0b43fb5094e51cf5.tar.gz timeline-b164a0e3e9708596f4b7e32d0b43fb5094e51cf5.tar.bz2 timeline-b164a0e3e9708596f4b7e32d0b43fb5094e51cf5.zip |
build: Remove an unused package.
-rw-r--r-- | FrontEnd/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fac6625c..ad6a8897 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -91,7 +91,6 @@ "css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
- "eslint-plugin-import": "^2.23.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
|