@lbenie/linting 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Then create a `biome.jsonc` file at the root of your project and add the followi
18
18
  ```jsonc
19
19
  {
20
20
  "extends": [
21
- "@lbenie/biome"
21
+ "@lbenie/linting/biome"
22
22
  ],
23
23
  }
24
24
  ```
package/biome.jsonc CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
3
3
  "linter": {
4
4
  "rules": {
5
5
  "recommended": true,
@@ -7,18 +7,11 @@
7
7
  "noUndeclaredVariables": "error"
8
8
  },
9
9
  "nursery": {
10
- "noDeprecatedImports": "error",
11
10
  "noDuplicateEnumValueNames": "error",
12
11
  "noDuplicateEnumValues": "error",
13
- "noImportCycles": "error",
14
12
  "noShadow": "error",
15
13
  "noUnnecessaryConditions": "error",
16
- "noUnresolvedImports": "error",
17
- "noUnusedExpressions": "error",
18
- "noUselessCatchBinding": "error",
19
- "noUselessUndefined": "error",
20
14
  "useAwaitThenable": "error",
21
- "useConsistentArrowReturn": "error",
22
15
  "useExhaustiveSwitchCases": "error",
23
16
  "useSpread": "error"
24
17
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lbenie/linting",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "my opiniated rules",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/lbenie/linting.git"
@@ -16,9 +16,9 @@
16
16
  "files": [
17
17
  "biome.jsonc"
18
18
  ],
19
- "main": "./biome/biome.jsonc",
19
+ "main": "biome.jsonc",
20
20
  "exports": {
21
- "./biome": "./biome/biome.jsonc"
21
+ "./biome": "./biome.jsonc"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "concurrently -n vitest 'vitest --coverage'",
@@ -37,7 +37,7 @@
37
37
  "@semantic-release/release-notes-generator": "14.1.0",
38
38
  "@types/react": "19.2.14",
39
39
  "all-contributors-cli": "6.26.1",
40
- "astro": "5.17.2",
40
+ "astro": "5.17.3",
41
41
  "conventional-changelog-conventionalcommits": "9.1.0",
42
42
  "lit": "3.3.2",
43
43
  "react": "19.2.4",