eslint-plugin-rpgmaker
v2.0.0
Published
ESlint Plugin for RPG Maker MV and MZ Globals.
Downloads
3
Readme
eslint-plugin-rpgmaker
ESlint Plugin for RPG Maker MV and MZ Globals.
Installation
$ npm install eslint-plugin-rpgmaker --save-dev
Configuration
{
"plugins": [
"rpgmaker"
],
"env": {
"rpgmaker/mv": true,
"rpgmaker/mz": true
}
}