An open API service indexing awesome lists of open source software.

https://github.com/ntnyq/eslint-ast-explorer

:apple: eslint-ast-explorer
https://github.com/ntnyq/eslint-ast-explorer

ast ast-explorer eslint eslint-ast

Last synced: 6 months ago
JSON representation

:apple: eslint-ast-explorer

Awesome Lists containing this project

README

          

# eslint-ast-explorer

[![CI](https://github.com/ntnyq/eslint-ast-explorer/workflows/CI/badge.svg)](https://github.com/ntnyq/eslint-ast-explorer/actions)
[![LICENSE](https://img.shields.io/github/license/ntnyq/eslint-ast-explorer.svg)](https://github.com/ntnyq/eslint-ast-explorer/blob/main/LICENSE)

> :apple: ESLint AST explorer.

## Commands

```bash
# install dependencies
pnpm install

# start dev server
pnpm run dev

# SSR
pnpm run build

# SSG
pnpm run generate

# local preview
pnpm run preview
```

## Credits

- Most of source code is copied from [ast-explorer](https://github.com/sxzz/ast-explorer)

## License

[MIT](./LICENSE) License © 2024-PRESENT [ntnyq](https://github.com/ntnyq)