JSPM

  • Created
  • Published
  • Downloads 627
  • Score
    100M100P100Q97090F
  • License MIT

shinnn's ESLint config for both client-side and Node-based projects

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

NPM version Build Status devDependencies Status

shinnn's ESLint sharable config for both client-side and Node-based projects

Installation

Use npm.

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.