Pronto runner for ESlint, pluggable linting utility for JavaScript and JSX. What is Pronto?
You'll need to install one of the runtimes supported by ExecJS.
Configuring ESLint via .eslintrc will work just fine with pronto-eslint, though it will not support
searching higher up the path hierarch. To use an absolute path to your config, use ESLINT_CONFIG.
The tests use a fixture git repository that has been created under the spec/fixtures/test.git folder. This folder is almost like a child repo of the parent repo where this README is contained. If you need to add or modify a test, you might need to modify the child repository. To do this, perform the following steps:
- Navigate to the
spec/fixtures/test.gitdirectory. - mv the
gitfolder to.gitto make the child git repo active again:mv git .git. - Add/modify/remove a file.
- Add and commit all of the changes:
git commit -a. - Move the
.gitfolder back to thegitfolder so that the changes show up in the parent repo:mv .git git. - Navigate back to the root directory:
cd ../../../ - Add and commit all of the changes in the parent repo:
git commit -a.
If you run git status after moving the .git folder back to the git folder, you can see a list of the files that git has changed that will be committed in the parent repo.



