@stacksjs/lint 0.70.159 → 0.70.161

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 +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Easily get your project linted. It "just works."
6
6
 
7
7
  - Single quotes, no semi
8
8
  - Auto fix for formatting (aimed to be used as standalone without Prettier)
9
- - Designed to work with TypeScript, Vue out-of-box (React opt-in)
9
+ - Designed to work with TypeScript and STX out of the box
10
10
  - Lint also for json, yaml, markdown
11
11
  - Sorted imports, dangling commas for cleaner commit diff
12
12
  - Improved component library linting & formatting
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.159",
5
+ "version": "0.70.161",
6
6
  "description": "The Stacks way to lint.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [