linted 16.4.0-rc.7 → 16.4.0-rc.8

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ___DO NOT USE - DOCUMENTATION IS SIGNIFICANTLY OUTDATED AS OF AUGUST 4, 2024___
6
6
 
7
- Zero-config [__ESLint__](https://eslint.org/) flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.
7
+ [ESLint](https://eslint.org) mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.
8
8
 
9
9
  1. [Languages](#languages)
10
10
  1. [Features](#features)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_schemaVersion": "20.17.0",
3
3
  "name": "linted",
4
- "version": "16.4.0-rc.7",
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.",
4
+ "version": "16.4.0-rc.8",
5
+ "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
8
8
  "eslint-config",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.4",
73
73
  "eslint": "~9.9.1",
74
- "linted": "16.4.0-rc.6",
74
+ "linted": "16.4.0-rc.7",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },