chore: move readme to packages/toon/README.md and symlink in the… (#228)

* chore: move readme to `packages/toon/README.md` and symlink in the project root

* fix paths and exclude `packages/toon/README.md` from `eslint` to avoid double linting

* fix: use relative paths

* fix link to readme benchmarks section
This commit is contained in:
Okinea Dev
2025-11-26 11:21:58 +01:00
committed by GitHub
parent f882cb1153
commit e35d8f71aa
4 changed files with 926 additions and 922 deletions

View File

@@ -5,6 +5,9 @@ export default antfu({
rules: {
'no-cond-assign': 'off',
},
// `README.md` is symlinked to this file so we
// exclude it to avoid linting the same file twice.
ignores: ['packages/toon/README.md'],
}).append({
files: ['README.md', 'SPEC.md', '**/docs/**/*'],
rules: {