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
- Host: GitHub
- URL: https://github.com/waynee95/eslint-plugin-rpgmaker
- Owner: waynee95
- License: mit
- Created: 2017-09-28T02:52:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T12:22:18.000Z (almost 6 years ago)
- Last Synced: 2026-05-28T13:05:16.483Z (about 1 month ago)
- Topics: eslint, eslint-plugins, rpgmaker
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```