Skip to content

apazzolini/eslint-hackmud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 }
}

About

eslint plugin for hackmud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published