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
- Host: GitHub
- URL: https://github.com/grindjs/eslint-plugin-grind
- Owner: grindjs
- License: mit
- Created: 2016-06-22T03:17:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T22:06:18.000Z (over 6 years ago)
- Last Synced: 2025-01-10T16:14:17.056Z (6 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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