Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pronovix/trainee-eslint
https://github.com/pronovix/trainee-eslint
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pronovix/trainee-eslint
- Owner: Pronovix
- Created: 2020-02-16T20:27:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T15:58:21.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T01:31:22.180Z (2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An ESLint docker for the Pronovix ITrainee program.
## How to use
```shell
docker run -v "${PWD}":/app/target pronovix/trainee-eslint:current [options]
```Path is mandatory, options are optional.
`/app/target` is constant, `${PWD}` can be changed.
See [the ESLint docs](https://eslint.org/docs/user-guide/command-line-interface) for available options.