2.1.0 • Published 4 years ago

eslint-plugin-screeps v2.1.0

Weekly downloads
40
License
GPL-3.0
Repository
github
Last release
4 years ago

eslint-plugin-screeps

globals of the game screeps

Installation

You'll first need to install ESLint:

$ npm install eslint --save-dev

Next, install eslint-plugin-screeps:

$ npm install eslint-plugin-screeps --save-dev

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

Usage

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

{
    "plugins": [
        "screeps"
    ]
}

Add screeps/screeps to the env section of your .eslintrc configuration file.

{
    "env": {
        "screeps/screeps": true
    }
}
2.1.0

4 years ago

2.0.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago