eslint-config-data-visuals
v0.1.0
Published
The recommended JavaScript styles for the Texas Tribune Data Visuals team.
Downloads
5
Maintainers
Readme
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