https://github.com/ghostdevv/pedantic
A collection of really pedantic oxlint rules
https://github.com/ghostdevv/pedantic
Last synced: 30 days ago
JSON representation
A collection of really pedantic oxlint rules
- Host: GitHub
- URL: https://github.com/ghostdevv/pedantic
- Owner: ghostdevv
- License: mit
- Created: 2026-02-06T16:43:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T00:01:45.000Z (about 1 month ago)
- Last Synced: 2026-05-09T02:16:27.113Z (about 1 month ago)
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @rlly/pedantic
```bash
pnpm add -D -w @rlly/pedantic oxlint
# optionally install
pnpm add -D -w oxlint-tsgolint @e18e/eslint-plugin
```
```json
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": [
"./node_modules/@rlly/pedantic/oxlint/core.json", // <-- always recommended
"./node_modules/@rlly/pedantic/oxlint/e18e.json",
"./node_modules/@rlly/pedantic/oxlint/type-aware.json",
"./node_modules/@rlly/pedantic/oxlint/vitest.json",
"./node_modules/@rlly/pedantic/oxlint/library.json"
]
}
```