@llui/lint-idiomatic 0.0.3 → 0.0.5

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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,3 @@ lintIdiomatic(source: string, filename?: string) => { violations: Violation[], s
65
65
  | `nested-send-in-update` | Calling `send()` inside `update()` causes recursive dispatch |
66
66
  | `imperative-dom-in-view` | Using `document.querySelector` etc. in `view()` instead of primitives |
67
67
  | `accessor-side-effect` | Side effects (fetch, console.log, etc.) inside reactive accessor functions |
68
-
69
- ## License
70
-
71
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llui/lint-idiomatic",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {