0.1.0 • Published 8 years ago

eslint-config-data-visuals v0.1.0

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

eslint-config-data-visuals

This package serves as the base for Data Visuals' JavaScript standards.

Usage

First, install the package.

npm install --save-dev eslint-config-data-visuals

Then add an eslint configuration file to your project and extend from this library.

{
  "extends": "data-visuals"
}

Wait... isn't this just semistandard?

You're right! It is. But that package tends to be a little behind standard, and we wanted to keep things flexible if we decide to break away. But standard felt like a good starting point!

License

MIT