Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysticatea/typescript-eslint-demo
A playground for @typescript-eslint.
https://github.com/mysticatea/typescript-eslint-demo
Last synced: about 2 months ago
JSON representation
A playground for @typescript-eslint.
- Host: GitHub
- URL: https://github.com/mysticatea/typescript-eslint-demo
- Owner: mysticatea
- License: mit
- Created: 2019-02-01T05:24:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T12:03:55.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T06:14:43.066Z (8 months ago)
- Language: JavaScript
- Size: 9.16 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-eslint-demo
The online demo to check [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/eslint-plugin).
## โคด๏ธ Motivation
- Let's make the reproduce code/config of bugs. It would help issue handling.
## ๐ฟ Installation
Open https://mysticatea.github.io/typescript-eslint-demo/
- It does not support browsers which don't support ES2015.
## ๐ Usage
- Choose rules in sidebar to enable.
- Input code the center area.
- Right area shows the result of `eslint --fix`.
- Bottom area shows the error list.## ๐ฐ Changelog
- [GitHub Releases](https://github.com/mysticatea/typescript-eslint-demo/releases)
## ๐ป Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
### Development Tools
- `npm run build` builds the app into `/dist` directory.
- `npm run clean` removes `/dist` directory.
- `npm run deploy` builds the app, then updates `gh-pages` branch, then pushes it to GitHub.
- `npm run update-deps` installs the latest `eslint`, `@typescript-eslint/parser`, and `@typescript-eslint/eslint-plugin`.
- `npm run watch` runs the app with `webpack-dev-server`.