0.1.4 • Published 8 years ago

generator-knr-eslintrc v0.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-knr-eslintrc Build Status

A yeoman generator that adds an eslintrc.js file in your project.
It uses the Google Styling Guide but changes spaces for tabs (you can set tabs any space size you want ;)).
You need to use it in a folder that already has a package.json file.

The .js file is used to be able to add comments etc in further modifications that be might needed.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install -g generator-knr-eslintrc --save

or download it through Yeoman.

Then, to generate the .eslintrc file in your project use

yo knr-eslintrc

Tests

npm install
npm test
> generator-knr-eslintrc@0.1.0 test /home/knorcedger/dev/generator-knr-eslintrc
> eslint app/

Dependencies

  • yeoman-generator: Rails-inspired generator system that provides scaffolding for your apps

Dev Dependencies

License

MIT

Generated by package-json-to-readme

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago