Skip to content

Commit 12e3f4b

Browse files
committed
Describe linting in README
1 parent 807044f commit 12e3f4b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@ By default, this runs the integration tests against the Sandbox API with an offi
176176
53d6fe6b688c31c565907c81de625046 input.pdf
177177
99d4c165f77af02015aa647770286cf9 input.png
178178

179+
### Linting
180+
181+
The project is linted by ESLint+Prettier.
182+
183+
If you're using VSCode, all files will be linted automatically upon saving.
184+
Otherwise, you can lint the project by running
185+
186+
npm run lint
187+
188+
and even auto-fix as many things as possible by running
189+
190+
npm run lint -- --fix
191+
179192
## Resources
180193

181194
- [API v2 Documentation](https://cloudconvert.com/api/v2)

0 commit comments

Comments
 (0)