linter-gml

A GML (GameMaker language) linter

Thomas Hickman

2,622

1

0.1.3

MIT

GitHub

This package provides the following services:

linter-gml

Linting of GML (GameMaker language) files. Uses the linter package.

Installation

First install language-gml and linter (the dependencies)

apm install language-gml linter

Then install this package

apm install linter-gml

Development

At the moment, most of the linting is done by gml-pegjs, if an error is being reported wrong, add a new issue here. If you want to improve the linter beyond this or correct something that is handled by this package, you could correct it here, by running:

git clone https://github.com/ThomasHickman/gml-pegjs # or your fork
apm install linter language-gml # if you haven't installed these
cd ./gml-pegjs
npm install

Related packages