0.0.4 • Published 10 months ago

eslint-plugin-iblog-plugin v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago