@adamaho/nopeus-oxlint-plugin 0.7.0 → 0.7.1
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,6 +28,12 @@ import { defineConfig } from "oxlint";
|
|
|
28
28
|
export default defineConfig({ extends: [base] });
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
To check that the installed preset loads in your project, run:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
pnpm exec oxlint --config oxlint.config.ts src
|
|
35
|
+
```
|
|
36
|
+
|
|
31
37
|
This enables the general rules for type assertions, type widening, dictionaries,
|
|
32
38
|
parameters, reflection, module mocking, conditional spreads, and public JSDoc.
|
|
33
39
|
It does not enable Effect service, runtime, state-lifetime, or v4 migration rules.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adamaho/nopeus-oxlint-plugin",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "The canonical strict Oxlint policy for AI-assisted TypeScript codebases.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"oxc-resolver": "11.24.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@adamaho/nopeus-oxlint-config": "0.4.
|
|
45
|
+
"@adamaho/nopeus-oxlint-config": "0.4.1",
|
|
46
46
|
"@effect/vitest": "4.0.0-rc.112",
|
|
47
47
|
"@nopeus/tool-tsconfig": "0.0.0",
|
|
48
48
|
"@nopeus/tool-tsdown-config": "0.0.0",
|