eslint-plugin-meteor merger

This commit is contained in:
Jan Dvorak
2021-09-18 10:03:52 +02:00
parent 69cc606199
commit 657cea6ee5
76 changed files with 1 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Install dependencies
run: npm ci
- name: Test

View File

@@ -63,11 +63,6 @@ This will scaffold all required files for the new rule. Add the implementation,
After implementation, the rule has to be exported from `lib/index.js`.
Recommended options for the rule should be set as well (also in `lib/index.js`).
## Give back
After making sure all tests pass and the test-coverage is at 100%, please send a PR to [dferber90/eslint-plugin-meteor](https://github.com/dferber90/eslint-plugin-meteor).
Git commits messages must follow the [conventional changelog](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines) format. This is important as we're releasing automatically and the next version is determined upon the commit messages.
## Essential Development Resources
These specs and tools help enormously when developing new rules.

View File

Before

Width:  |  Height:  |  Size: 1016 KiB

After

Width:  |  Height:  |  Size: 1016 KiB