An open API service indexing awesome lists of open source software.

https://github.com/waynee95/eslint-plugin-rpgmaker

ESlint Plugin for RPG Maker MV and MZ Globals
https://github.com/waynee95/eslint-plugin-rpgmaker

eslint eslint-plugins rpgmaker

Last synced: 10 days ago
JSON representation

ESlint Plugin for RPG Maker MV and MZ Globals

Awesome Lists containing this project

README

          

# eslint-plugin-rpgmaker

> ESlint Plugin for RPG Maker MV and MZ Globals.

## Installation

```sh
$ npm install eslint-plugin-rpgmaker --save-dev
```

## Configuration

```json
{
"plugins": [
"rpgmaker"
],
"env": {
"rpgmaker/mv": true,
"rpgmaker/mz": true
}
}
```