JSPM

@shinnn/eslint-config-node-legacy

3.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q52888F
  • License MIT

shinnn's ESLint config for maintaining modules that still support Node v0.x

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

NPM version Build Status Dependency Status devDependency Status

shinnn's ESLint sharable config for maintaining modules that still support Node v0.x

Installation

Use npm.

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.