0.0.4 • Published 3 years ago

eslint-plugin-iblog-plugin v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-iblog-plugin

Plugin for iBlog project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-iblog-plugin:

npm install eslint-plugin-iblog-plugin --save-dev

Usage

Add iblog-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "iblog-plugin"
    ]
}
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago