https://github.com/jonahsnider/xo-config
Shareable XO config
https://github.com/jonahsnider/xo-config
eslint eslint-config nodejs prettier typescript xo xo-config
Last synced: 4 months ago
JSON representation
Shareable XO config
- Host: GitHub
- URL: https://github.com/jonahsnider/xo-config
- Owner: jonahsnider
- License: apache-2.0
- Created: 2021-10-06T09:42:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T18:57:14.000Z (8 months ago)
- Last Synced: 2025-11-07T20:33:34.142Z (8 months ago)
- Topics: eslint, eslint-config, nodejs, prettier, typescript, xo, xo-config
- Language: TypeScript
- Homepage: https://npmjs.com/package/@jonahsnider/xo-config
- Size: 14.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# [`@jonahsnider/xo-config`](https://www.npmjs.com/package/@jonahsnider/xo-config)
[](https://www.npmjs.com/package/@jonahsnider/xo-config)
[](https://github.com/jonahsnider/xo-config/actions)
[](https://github.com/xojs/xo)
My XO linter config.
## Usage
[Docs](https://github.com/xojs/xo#config).
Create `xo.config.cjs`:
```js
module.exports = require('@jonahsnider/xo-config');
```