lintmax 0.1.44
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 +21 -0
- package/dist/cli.d.mts +1 -0
- package/dist/cli.mjs +1687 -0
- package/dist/constants-BRYEJmsZ.mjs +164 -0
- package/dist/eslint.d.mts +9 -0
- package/dist/eslint.mjs +366 -0
- package/dist/ignores-B1QoL99d.mjs +102 -0
- package/dist/index.d.mts +13 -0
- package/dist/index.mjs +2 -0
- package/dist/lintmax-types-CJ7VY33l.d.mts +69 -0
- package/dist/path-Cu_Nf2ct.mjs +168 -0
- package/dist/src-D4isRHIx.mjs +822 -0
- package/oxlintrc.json +118 -0
- package/package.json +81 -0
- package/tsconfig.json +27 -0
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
|
|
3
|
+
The #1 anti AI slop typescript tooling
|
|
4
|
+
|
|
5
|
+
</h1>
|
|
6
|
+
|
|
7
|
+
<h3 align="center">
|
|
8
|
+
|
|
9
|
+
Designed for coding agents, not humans
|
|
10
|
+
|
|
11
|
+
</h3>
|
|
12
|
+
|
|
13
|
+
<br>
|
|
14
|
+
|
|
15
|
+
> Just copy & paste to your coding agent
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
Read https://lintmax.vercel.app/llms-full.txt then set up lintmax for this project
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
> Visit [Documentation](https://lintmax.vercel.app/docs) for more details
|
package/dist/cli.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|