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

https://github.com/grindjs/eslint-plugin-grind

Exposes globals from Grind to eslint
https://github.com/grindjs/eslint-plugin-grind

Last synced: 4 months ago
JSON representation

Exposes globals from Grind to eslint

Awesome Lists containing this project

README

        

# eslint-plugin-grind

A plugin for eslint that adds functionality to aid in conforming to Grind standards.

Currently it supports:
* Exposing Grind’s built in globals
* [`empty-array`](lib/rules/empty-array.js) rule to enforce a single space between brackets in empty arrays
* [`empty-object`](lib/rules/empty-object.js) rule to enforce a single space between braces in empty objects