superlint/TEMPLATES
Froilan Irizarry de91a0aeb2
Add Jest Eslint plugin
- This plugin will help Eslint not mark Jest keywords (describe, it, etc.) as errors.
- Added jest: true to eslintrc
- Added eslint-plugin-jest to npm install seciton in Dockerfile
2019-12-05 15:12:52 -05:00
..
.ansible-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
.coffee-lint.json cleanup of scripts 2019-10-22 12:21:42 -05:00
.eslintrc.yml Add Jest Eslint plugin 2019-12-05 15:12:52 -05:00
.markdown-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
.python-lint cleanup of scripts 2019-10-22 12:21:42 -05:00
.ruby-lint.yml Update .ruby-lint.yml 2019-11-07 08:28:49 -06:00
.yaml-lint.yml cleanup of scripts 2019-10-22 12:21:42 -05:00
README.md adding it 2019-10-21 11:05:55 -05:00

TEMPLATES

The files in this folder are template rules for the linters that will run against your code base. If you chose to copy these to your local repository in the directory: .github/ they will be used at runtime. If they are not present, they will be used by default in the linter run.

The file(s) will be parsed at run time on the local branch to load all rules needed to run the Super-Linter GitHub Action.
The GitHub Action will inform the user via the Checks API on the status and success of the process.