https://github.com/arundo/eslint-config-arundo
https://github.com/arundo/eslint-config-arundo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arundo/eslint-config-arundo
- Owner: arundo
- License: mit
- Created: 2016-07-28T17:51:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T21:05:29.000Z (over 8 years ago)
- Last Synced: 2025-02-16T13:06:26.996Z (about 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-arundo
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for [Arundo](http://arundo.com)
[](https://travis-ci.org/arundo/eslint-config-arundo)
## 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
| command | args | purpose |
|---|---|---|
| `npm test` | | Runs [istanbul](https://istanbul.js.org/) and [mocha](https://mochajs.org/) |
| `npm run test:watch` | `-- ` | Runs [mocha](https://mochajs.org/) without coverage on a certain dir with the `--watch` flag |
|`npm run build` | | Runs [babel](https://babeljs.io/) to compile ECMA script to ES5 |