@enke.dev/lint 0.11.12 → 0.11.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -92,7 +92,7 @@ For now, [no TypeScript support](https://github.com/stylelint/stylelint/issues/4
92
92
  ## Development
93
93
 
94
94
  This repo self-tests the configuration by linting itself: `npm run lint`.\
95
- Therefore, a `text.config.ts` is used.
95
+ Therefore, a `test.eslint.config.ts` is used.
96
96
 
97
97
  And additionally, a naive test is in place to check that the linter actually finds issues: `npm run test`.\
98
98
  It uses the native Node test runner against some obviously faulty code in the `test` directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enke.dev/lint",
3
- "version": "0.11.12",
3
+ "version": "0.11.14",
4
4
  "description": "Meta package to provide linting for web projects",
5
5
  "homepage": "https://github.com/enke-dev/lint",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "check": "tsc -p tsconfig.build.json --noEmit",
25
25
  "lint": "eslint -c test.eslint.config.ts .",
26
26
  "test": "node --experimental-strip-types --test test.run.ts",
27
- "inspect": "./node_modules/.bin/eslint-config-inspector --config eslint.config.ts",
27
+ "inspect": "eslint-config-inspector --config eslint.config.ts",
28
28
  "dev": "tsc -p tsconfig.build.json --watch",
29
29
  "build": "tsc -p tsconfig.build.json"
30
30
  },
@@ -48,14 +48,14 @@
48
48
  "stylelint-config-standard-scss": "^16.0.0",
49
49
  "stylelint-order": "^7.0.0",
50
50
  "typescript": "^5.9.3",
51
- "typescript-eslint": "^8.49.0"
51
+ "typescript-eslint": "^8.50.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "@eslint/compat": "2.0.0",
55
- "@eslint/js": "9.39.1",
55
+ "@eslint/js": "9.39.2",
56
56
  "@eslint/json": "0.14.0",
57
- "@html-eslint/eslint-plugin": "0.50.0",
58
- "@html-eslint/parser": "0.50.0",
57
+ "@html-eslint/eslint-plugin": "0.52.0",
58
+ "@html-eslint/parser": "0.52.0",
59
59
  "eslint-config-prettier": "10.1.8",
60
60
  "eslint-import-resolver-typescript": "4.4.4",
61
61
  "eslint-plugin-html": "8.1.3",
@@ -72,8 +72,8 @@
72
72
  "devDependencies": {
73
73
  "@awmottaz/prettier-plugin-void-html": "2.0.0",
74
74
  "@eslint/config-inspector": "1.4.2",
75
- "@types/node": "24.10.2",
76
- "eslint": "9.39.1",
75
+ "@types/node": "24.10.4",
76
+ "eslint": "9.39.2",
77
77
  "jiti": "2.6.1",
78
78
  "prettier": "3.7.4",
79
79
  "stylelint": "16.26.1",