linted 16.3.3-rc.1 → 16.3.4-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # [`linted`](https://npmjs.com/package/linted)
1
+ # [`linted`](https://www.npmjs.com/package/linted)
2
+
3
+ [![NPM Publish (RELEASE)](https://github.com/jimmy-zhening-luo/linted/actions/workflows/RELEASE.yml/badge.svg)](https://github.com/jimmy-zhening-luo/linted/actions/workflows/RELEASE.yml)
2
4
 
3
5
  ___DO NOT USE - DOCUMENTATION IS SIGNIFICANTLY OUTDATED AS OF AUGUST 4, 2024___
4
6
 
@@ -16,7 +18,7 @@ Zero-config [__ESLint__](https://eslint.org/) flat config factory for (strict, a
16
18
  ### Web
17
19
 
18
20
  - __[JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript):__ [`@stylistic`](https://eslint.style) + [`eslint`](https://eslint.org)
19
- - __[TypeScript](https://typescriptlang.org):__ [`@typescript-eslint`](https://typescript-eslint.io/) + [`@stylistic`](https://eslint.style) + [`eslint`](https://eslint.org)
21
+ - __[TypeScript](https://www.typescriptlang.org):__ [`@typescript-eslint`](https://typescript-eslint.io/) + [`@stylistic`](https://eslint.style) + [`eslint`](https://eslint.org)
20
22
  - __[Svelte](https://svelte.dev):__ [`eslint-plugin-svelte`](https://sveltejs.github.io/eslint-plugin-svelte/) + [`@typescript-eslint`](https://typescript-eslint.io/) + [`@stylistic`](https://eslint.style) + [`eslint`](https://eslint.org)
21
23
  - __[HTML](https://developer.mozilla.org/en-US/docs/Web/HTML):__ [`@html-eslint`](https://html-eslint.org/)
22
24
 
@@ -181,7 +183,7 @@ tsc --skipLibCheck
181
183
 
182
184
  ## Install
183
185
 
184
- 1. Install [`eslint`](https://npmjs.com/package/eslint) and [`linted`](https://npmjs.com/package/linted).
186
+ 1. Install [`eslint`](https://www.npmjs.com/package/eslint) and [`linted`](https://www.npmjs.com/package/linted).
185
187
 
186
188
  ```bash
187
189
  npm i -D eslint@^8.57 linted
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.16.1",
3
3
  "name": "linted",
4
- "version": "16.3.3-rc.1",
4
+ "version": "16.3.4-rc.0",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@eslinted/core": "~3.1.15",
55
+ "@eslinted/core": "~3.1.16",
56
56
  "@html-eslint/eslint-plugin": "~0.26.0",
57
57
  "@html-eslint/parser": "~0.26.0",
58
58
  "@stylistic/eslint-plugin": "~2.6.4",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.4",
73
73
  "eslint": "~9.9.0",
74
- "linted": "~16.3.2",
74
+ "linted": "~16.3.3",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },