eslint-plugin-hackmud

0.1.2 • Public • Published

eslint-plugin-hackmud

eslint plugin for Hackmud files

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-hackmud:

$ npm i eslint-plugin-hackmud --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-hackmud globally.

Usage

Add hackmud to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix. Add hackmud/hackmud to the env section of your .eslintrc configuration file.

{
    "plugins": [ "hackmud" ],
    "env": { "hackmud/hackmud": true }
}

Package Sidebar

Install

npm i eslint-plugin-hackmud

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • apazzolini