Skip to content

Commit 176ac60

Browse files
authored
Widen eslint-plugin-unicorn to include v50 (#32)
1 parent cfffb21 commit 176ac60

File tree

4 files changed

+300
-253
lines changed

4 files changed

+300
-253
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
"_prettier": "prettier \"**/*.{js,cjs,ts,json,yaml,md}\"",
2020
"_eslint": "eslint \".*.cjs\" \"**/*.{js,cjs,ts}\""
2121
},
22-
"packageManager": "[email protected].0+sha256.fbcf256db6d06bc189e31df34b3ed61220f3ba9f78a2ca8fe7be0fce4670dbd3",
22+
"packageManager": "[email protected].1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246",
2323
"dependencies": {
2424
"@viamrobotics/eslint-config": "workspace:*",
2525
"@viamrobotics/prettier-config": "workspace:*",
2626
"@viamrobotics/typescript-config": "workspace:*"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^20.10.5",
29+
"@types/node": "^20.10.6",
3030
"@types/semver": "^7.5.6",
31-
"@typescript-eslint/eslint-plugin": "^6.15.0",
32-
"@typescript-eslint/parser": "^6.15.0",
31+
"@typescript-eslint/eslint-plugin": "^6.17.0",
32+
"@typescript-eslint/parser": "^6.17.0",
3333
"concurrently": "^8.2.2",
3434
"eslint": "^8.56.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-sonarjs": "^0.23.0",
3737
"eslint-plugin-svelte": "^2.35.1",
38-
"eslint-plugin-tailwindcss": "^3.13.0",
39-
"eslint-plugin-unicorn": "^49.0.0",
38+
"eslint-plugin-tailwindcss": "^3.13.1",
39+
"eslint-plugin-unicorn": "^50.0.1",
4040
"prettier": "^3.1.1",
4141
"prettier-plugin-svelte": "^3.1.2",
42-
"prettier-plugin-tailwindcss": "^0.5.9",
42+
"prettier-plugin-tailwindcss": "^0.5.10",
4343
"semver": "^7.5.4",
4444
"typescript": "^5.3.3",
45-
"vitest": "^1.1.0"
45+
"vitest": "^1.1.1"
4646
},
4747
"pnpm": {
4848
"peerDependencyRules": {

packages/eslint-config/base.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module.exports = {
5656
{ exceptAfterSingleLine: true },
5757
],
5858
'logical-assignment-operators': 'error',
59-
'max-classes-per-file': 'error',
6059
'max-depth': 'error',
6160
'max-nested-callbacks': 'error',
6261
'max-statements-per-line': 'error',

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"description": "Common ESLint configuration for Viam projects.",
88
"files": [
99
"**/*",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-sonarjs": ">=0.19 <0.24",
4949
"eslint-plugin-svelte": ">=2 <3",
5050
"eslint-plugin-tailwindcss": ">=3 <4",
51-
"eslint-plugin-unicorn": ">=47 <50"
51+
"eslint-plugin-unicorn": ">=47 <51"
5252
},
5353
"peerDependenciesMeta": {
5454
"eslint-plugin-svelte": {

0 commit comments

Comments
 (0)