https://github.com/emberjs/rfcs-tooling
Tooling to support emberjs/rfcs
https://github.com/emberjs/rfcs-tooling
Last synced: 5 months ago
JSON representation
Tooling to support emberjs/rfcs
- Host: GitHub
- URL: https://github.com/emberjs/rfcs-tooling
- Owner: emberjs
- Created: 2020-10-29T22:53:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T20:04:20.000Z (over 3 years ago)
- Last Synced: 2026-01-20T23:27:53.600Z (5 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 9
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFC Tooling
Tooling to support [emberjs/rfcs](https://github.com/emberjs/rfcs)
## Frontmatter Linter
Usage: `node lint-rfc-frontmatter.js [paths]`
Lints passed files for frontmatter that is required and formatted for the current stage of the RFC. See lib/frontmatter-linter.js for rules.