4.0.0 • Published 8 years ago

@arundo/eslint-config-arundo v4.0.0

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

eslint-config-arundo

ESLint shareable config for Arundo

Build Status

Installation

Run the following command to install this config in your project as a dev dependency

npm i -D eslint-config-arundo

Development

Main overrides live in the ./src directory. Travis CI will build source and output it into ./lib, which should not be tracked in VCS. Additionally, this ./lib folder is where node will look when importing rules as it is consumed by clients.

NPM scripts

commandargspurpose
npm testRuns istanbul and mocha
npm run test:watch-- <file path>Runs mocha without coverage on a certain dir with the --watch flag
npm run buildRuns babel to compile ECMA script to ES5
4.0.0

8 years ago

4.0.0-rc.2

8 years ago

4.0.0-rc.1

8 years ago

4.0.0-alpha.4

8 years ago

4.0.0-alpha.3

8 years ago

4.0.0-alpha.2

8 years ago

4.0.0-alpha.1

8 years ago

3.2.5

8 years ago

3.1.0

9 years ago