Package Exports
- @shinnn/eslint-config-node-legacy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@shinnn/eslint-config-node-legacy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@shinnn/eslint-config-node-legacy
shinnn's ESLint sharable config for maintaining modules that still support Node v0.x
Installation
npm install @shinnn/eslint-config-node-legacy
CLI
eslint --config @shinnn/node-legacy .
API
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
Licensed under the MIT License.