@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.
- package/README.md +1 -1
- 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
|
|
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
|