Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.52 KB

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