JSPM

  • Created
  • Published
  • Downloads 659
  • Score
    100M100P100Q97200F
  • License ISC

shinnn's ESLint config for both client-side and Node.js-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

shinnn's ESLint sharable config for both client-side and Node.js-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

ISC License © 2017 Shinnosuke Watanabe