2.0.0 • Published 5 years ago
eslint-plugin-rpgmaker v2.0.0
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
}
}