Skip to content

Commit 509a1ae

Browse files
committed
docs: mention static build
1 parent 2826db8 commit 509a1ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Or play it right in your browser now:
2626

2727
[![](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/~/github.com/eslint/config-inspector)
2828

29+
### Static Build
30+
31+
It is also possible to build a static web app for your ESLint config:
32+
33+
```bash
34+
npx @eslint/config-inspector build
35+
```
36+
37+
This will generate a Single-Page Application (SPA) under `.eslint-config-inspector`, with the snapshot of the current ESLint config. You can deploy it somewhere, or use it for comparison etc.
38+
2939
## Contributing
3040

3141
We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/config-inspector/issues).

0 commit comments

Comments
 (0)