Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/jshint-config-niksy
JSHint config for my projects.
https://github.com/niksy/jshint-config-niksy
Last synced: about 2 months ago
JSON representation
JSHint config for my projects.
- Host: GitHub
- URL: https://github.com/niksy/jshint-config-niksy
- Owner: niksy
- License: mit
- Created: 2016-01-18T22:18:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T22:20:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T03:47:26.240Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jshint-config-niksy
[![Build Status][ci-img]][ci]
[JSHint][jshint] config for my projects.
## Installation
```sh
npm install jshint jshint-config-niksy --save-dev
```## Usage
Add this config to your `.jshintrc`:
```json
{
"extends": "./node_modules/jshint-config-niksy/index.json"
}
```## License
MIT © [Ivan Nikolić](http://ivannikolic.com)
[ci]: https://travis-ci.org/niksy/jshint-config-niksy
[ci-img]: https://img.shields.io/travis/niksy/jshint-config-niksy/master.svg
[jshint]: http://jshint.com/