https://github.com/ghostdevv/pedantic
https://github.com/ghostdevv/pedantic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/pedantic
- Owner: ghostdevv
- License: mit
- Created: 2026-02-06T16:43:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-02-07T00:01:49.000Z (about 1 month ago)
- Last Synced: 2026-02-07T03:01:15.341Z (about 1 month ago)
- Size: 21.5 KB
- Stars: 0
- 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"
]
}
```