xojs / xo

❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
MIT License
7.7k stars 289 forks source link

xo online, for quick/shareable lints #261

Open fregante opened 7 years ago

fregante commented 7 years ago

Like this https://eslint.org/demo/

But for xo

It could use https://wzrd.in/ to just load the latest from npm so one wouldn't need to update it much.

cross posted on https://github.com/sindresorhus/module-requests/issues/104

sindresorhus commented 5 years ago

wzrd.in doesn't work anymore, but I found https://bundle.run

fregante commented 3 years ago

Also found a standalone project that could be forked: https://github.com/yeonjuan/typescript-eslint-demo

Richienb commented 3 months ago

It could use wzrd.in to just load the latest from npm so one wouldn't need to update it much.

We could just set up a gh action that auto-builds and deploys the website on each new release.