eslint-plugin-smart-libs
v0.1.3
Published
south smart common library eslint plugin
Downloads
5
Readme
eslint-plugin-smart-libs
ESlint Rules for the South Smart Librarys.
Usage
if you not install ssnpm
, you have to install ssnpm
ssnpm install eslint-plugin-smart-libs --save-dev
- create a file named
.eslintrc
in your project:
{
extends: ['plugin:smart-libs/recommended'],
rules: {
// override if necessary
}
}