0.0.0 • Published 8 years ago

@shinnn/stylelint-config v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

@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.