linted 12.1.0 → 12.1.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ Zero-config [**ESLint**](https://eslint.org/) flat config factory for (strict, a
28
28
 
29
29
  ### One-Arugment API
30
30
 
31
- - Scope (i.e. file to lint)
31
+ - Scope (i.e. files to lint)
32
32
  - *Optional:* [override](#full-control-via-per-scope-override) rules
33
33
 
34
34
  ### Two-Statement `eslint.config.js`
@@ -105,7 +105,7 @@ No need to remember each plugin's `parserOptions`; you won't have to do *this* j
105
105
  1. Install [`eslint`](https://npmjs.com/package/eslint) and [`linted`](https://npmjs.com/package/linted)
106
106
 
107
107
  ```bash
108
- npm i -D eslint linted
108
+ npm i -D eslint@^8.57 linted@^12.1
109
109
  ```
110
110
 
111
111
  1. Create `eslint.config.js` in your root directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linted",
3
- "version": "12.1.0",
3
+ "version": "12.1.2",
4
4
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Jest, JSON/5/C, and sadly YAML.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -26,7 +26,7 @@
26
26
  "type": "module",
27
27
  "private": false,
28
28
  "config": {
29
- "PACKAGE_JSON_VERSION": "1.0.1"
29
+ "PACKAGE_JSON_VERSION": "1.1.0"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",