Skip to content

Commit 448ee69

Browse files
committed
🔧 install timeago.js
1 parent 7f16d3c commit 448ee69

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

‎.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
{ "variables": false }
4848
],
4949
"jsx-a11y/click-events-have-key-events": "off",
50-
"jsx-a11y/no-noninteractive-element-interactions": "off"
50+
"jsx-a11y/no-noninteractive-element-interactions": "off",
51+
"import/prefer-default-export": "off"
5152
}
5253
}

‎package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
"lint": "eslint --cache ."
1212
},
1313
"dependencies": {
14+
"@tailwindcss/line-clamp": "^0.4.2",
1415
"@tanstack/react-query": "^4.24.4",
1516
"@tanstack/react-query-devtools": "^4.24.6",
1617
"axios": "^1.3.2",
1718
"react": "^18.2.0",
1819
"react-dom": "^18.2.0",
1920
"react-icons": "^4.7.1",
2021
"react-router-dom": "^6.8.1",
21-
"@tailwindcss/line-clamp": "^0.4.2"
22+
"timeago.js": "^4.0.2"
2223
},
2324
"devDependencies": {
2425
"@types/node": "^18.11.18",

0 commit comments

Comments
 (0)