@zayne-labs/eslint-config 0.0.1 → 0.0.3
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 +2 -4
- package/dist/index.d.ts +8872 -13849
- package/dist/index.js +20 -22
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# @zayne-labs/eslint-config
|
|
2
2
|
|
|
3
|
-
[](https://npmjs.com/package/@zayne-labs/eslint-config) [![code style]](https://github.com/zayne-/eslint-config)
|
|
4
|
-
|
|
5
3
|
- Reasonable defaults, best practices, only one line of config
|
|
6
4
|
- Designed to work with TypeScript, JSX, Vue, JSON, YAML, Toml, Markdown, etc. Out-of-box.
|
|
7
5
|
- Opinionated, but [very customizable](#customization)
|
|
8
6
|
- [ESLint Flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new), compose easily!
|
|
9
|
-
- Optional [React](#react), [Svelte](#svelte), [
|
|
7
|
+
- Optional [React](#react), [Svelte](#svelte), [TailwindCSS](#tailwindcss), [Astro](#astro), [Solid](#solid) support
|
|
10
8
|
- Respects `.gitignore` by default
|
|
11
9
|
- Requires ESLint v9.5.0+
|
|
12
10
|
|
|
@@ -18,7 +16,7 @@
|
|
|
18
16
|
If you prefer to set up manually:
|
|
19
17
|
|
|
20
18
|
```bash
|
|
21
|
-
pnpm
|
|
19
|
+
pnpm add -D eslint @zayne-labs/eslint-config
|
|
22
20
|
```
|
|
23
21
|
|
|
24
22
|
And create `eslint.config.js` in your project root:
|