Package Exports
- @shinnn/eslint-config
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) 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
shinnn's ESLint sharable config for both client-side and Node-based projects
Installation
npm install @shinnn/eslint-config
CLI
eslint --config @shinnn .
API
const {CLIEngine} = require('eslint');
const cli = new CLIEngine({configFile: '@shinnn'});
cli.executeOnText('var foo=true;'); //=> {results: [ ... ], errorCount: ... }
License
Copyright (c) 2015 - 2016 Shinnosuke Watanabe
Licensed under the MIT License.