Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinnn/eslint-config-node-legacy
shinnn's ESLint config for maintaining modules that still support Node v0.x
https://github.com/shinnn/eslint-config-node-legacy
Last synced: 27 days ago
JSON representation
shinnn's ESLint config for maintaining modules that still support Node v0.x
- Host: GitHub
- URL: https://github.com/shinnn/eslint-config-node-legacy
- Owner: shinnn
- License: mit
- Created: 2015-10-06T09:41:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T10:49:58.000Z (about 8 years ago)
- Last Synced: 2024-09-18T15:41:55.182Z (about 2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @shinnn/eslint-config-node-legacy
[![NPM version](https://img.shields.io/npm/v/@shinnn%2feslint-config-node-legacy.svg)](https://www.npmjs.com/package/@shinnn/eslint-config-node-legacy)
[![Build Status](https://travis-ci.org/shinnn/eslint-config-node-legacy.svg?branch=master)](https://travis-ci.org/shinnn/eslint-config-node-legacy)
[![Dependency Status](https://david-dm.org/shinnn/eslint-config-node-legacy.svg)](https://david-dm.org/shinnn/eslint-config-node-legacy)
[![devDependency Status](https://david-dm.org/shinnn/eslint-config-node-legacy/dev-status.svg)](https://david-dm.org/shinnn/eslint-config-node-legacy#info=devDependencies)[shinnn](https://github.com/shinnn)'s [ESLint sharable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for maintaining modules that still support [Node v0.x](https://github.com/nodejs/node-v0.x-archive)
## Installation
[Use npm.](https://docs.npmjs.com/cli/install)
```
npm install @shinnn/eslint-config-node-legacy
```## CLI
```
eslint --config @shinnn/node-legacy .
```## API
```javascript
const CLIEngine = require('eslint').CLIEngine;const cli = new CLIEngine({configFile: '@shinnn/node-legacy'});
cli.executeOnText('var foo=true;'); //=> {results: [ ... ], errorCount: ... }
```## License
Copyright (c) 2015 - 2016 [Shinnosuke Watanabe](https://github.com/shinnn)
Licensed under [the MIT License](./LICENSE).