ota-meshi / eslint-online-playground

ESLint Online Playground
https://eslint-online-playground.netlify.app/
MIT License
18 stars 1 forks source link

eslint-online-playground

ESLint online playground.

This playground allows you to check the behavior in combination with the plugins.

Examples

Contributing

Add an example

Add an example to the directory below and submit a PR.

src/examples

Please refer to the implementation of ESLint Stylistic example.
https://github.com/ota-meshi/eslint-online-playground/tree/main/src/examples/stylistic

Add a plugin installer

Add a plugin to the directory below and submit a PR.

src/plugins/plugins

About

This playground works by calling ESLint in a Node.js process launched inside the browser using WebContainers.

It is deployed to Netlify.

Netlify Status