Skip to content

Commit 5fcea5d

Browse files
committed
why is the js ecosystem like this
1 parent ca83a67 commit 5fcea5d

3 files changed

Lines changed: 71 additions & 172 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const eslintConfig = tseslint.config(
110110
},
111111
],
112112
"unicorn/no-null": "off",
113-
"unicorn/name-replacements": [
113+
"unicorn/prevent-abbreviations": [
114114
"warn",
115115
{
116116
replacements: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-prettier": "^5.5.6",
5151
"eslint-plugin-react": "^7.37.5",
5252
"eslint-plugin-simple-import-sort": "^13.0.0",
53-
"eslint-plugin-unicorn": "^71.1.0",
53+
"eslint-plugin-unicorn": "^59.0.1",
5454
"husky": "^9.1.7",
5555
"lint-staged": "^17.0.8",
5656
"prettier": "^3.9.4",

0 commit comments

Comments
 (0)