jscroll
Version:
jScroll is a jQuery plugin for infinite scrolling / auto-paging.
15 lines (9 loc) • 515 B
Markdown
# Contributing
## Coding style
In lieu of a formal styleguide, take care to maintain the existing coding style and adhere to the [eslint config](https://github.com/pklauzinski/jscroll/blob/master/.eslintrc). Lint and test your code using [NPM](https://npmjs.org) and [grunt](https://gruntjs.com).
## Test
NPM will run linting tests automatically, as configured in `package.json`.
```bash
npm test
```
Ensure that all tests pass before submitting a [pull request](https://github.com/pklauzinski/jscroll/pulls).