@shinnn/stylelint-config
v0.0.0
Published
Shinnosuke Watanabe's stylelint config
Downloads
4
Maintainers
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.