@stacksjs/lint 0.59.11 → 0.61.1

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
@@ -61,7 +61,7 @@ For casual chit-chat with others using this package:
61
61
 
62
62
  Many thanks to the following core technologies & people who have contributed to this package:
63
63
 
64
- - [ESLint](https://github.com/eslint/eslint)
64
+ - [biome](https://github.com/biomejs/biome)
65
65
  - [lint-staged](https://github.com/okonet/lint-staged)
66
66
  - [Chris Breuer](https://github.com/chrisbbreuer)
67
67
  - [All Contributors](../../contributors)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.59.11",
4
+ "version": "0.61.1",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "keywords": [
19
19
  "linter",
20
20
  "formatter",
21
- "eslint",
21
+ "biome",
22
22
  "pre-configured",
23
23
  "zero-config",
24
24
  "stacks"
@@ -44,25 +44,21 @@
44
44
  "src"
45
45
  ],
46
46
  "scripts": {
47
- "build": "bun --bun build.ts",
47
+ "build": "echo 'No build needed'",
48
48
  "typecheck": "bun --bun tsc --noEmit",
49
49
  "prepublishOnly": "bun run build"
50
50
  },
51
51
  "peerDependencies": {
52
- "@commitlint/cli": "^19.0.3",
53
- "@stacksjs/eslint-config": "latest",
54
- "@types/eslint": "^8.56.5",
55
- "eslint": "^8.57.0",
52
+ "@biomejs/biome": "^1.7.3",
53
+ "@commitlint/cli": "^19.3.0",
56
54
  "lint-staged": "^15.2.2",
57
- "publint": "^0.2.7"
55
+ "publint": "^0.2.8"
58
56
  },
59
57
  "dependencies": {
60
- "@commitlint/cli": "^19.0.3",
61
- "@stacksjs/eslint-config": "latest",
62
- "@types/eslint": "^8.56.5",
63
- "eslint": "^8.57.0",
58
+ "@biomejs/biome": "^1.7.3",
59
+ "@commitlint/cli": "^19.3.0",
64
60
  "lint-staged": "^15.2.2",
65
- "publint": "^0.2.7"
61
+ "publint": "^0.2.8"
66
62
  },
67
63
  "devDependencies": {
68
64
  "@stacksjs/development": "latest"
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import eslint from 'eslint';
2
- export { eslint };
package/dist/index.js DELETED
@@ -1,6 +0,0 @@
1
- // @bun
2
- // src/index.ts
3
- import eslint from "eslint";
4
- export {
5
- eslint
6
- };
package/src/index.ts DELETED
@@ -1,3 +0,0 @@
1
- import eslint from 'eslint'
2
-
3
- export { eslint }