@shinnn/stylelint-config

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i @shinnn/stylelint-config

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • shinnn