https://github.com/one-com/onelint
One linter to rule them all...
https://github.com/one-com/onelint
Last synced: about 2 months ago
JSON representation
One linter to rule them all...
- Host: GitHub
- URL: https://github.com/one-com/onelint
- Owner: One-com
- License: bsd-3-clause
- Created: 2015-10-08T16:49:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T08:41:36.000Z (about 8 years ago)
- Last Synced: 2025-03-06T08:57:50.005Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Onelint
[standard-engine](https://github.com/Flet/standard-engine) based linter using the
[eslint-config-onelint](https://github.com/One-com/eslint-config-onelint)
configuration.## Installation
Install the `onelint` package.
```
npm install --save-dev onelint
```Set up a lint script in package.json:
```json
{
"name": "some-package",
"version": "1.0.0",
"scripts": {
"lint": "onelint"
}
}
```## Editor Configuration
### Atom
Use the
[linter-js-standard-engine](https://github.com/gustavnikolaj/linter-js-standard-engine)
plugin. It will automatically detect onelint and use it.