Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/