Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

ci: test #291

Merged
merged 20 commits into from Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Expand Up @@ -2,4 +2,4 @@
/dist
/node_modules
/test/fixtures
/test/output/
/test/output
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -147,6 +147,14 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the

Where `{id}` is the # ID of your Pull Request.

## Contributor License Agreement

When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://cla.js.foundation/webpack-contrib/eslint-loader).
If it is your first time, it will link you to the right place to sign it.
However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.

Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).

## Thanks

For your interest, time, understanding, and for following this simple guide.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -9,7 +9,7 @@ yarn-debug.log*
/local
/reports
/node_modules
/test/output/
/test/output

.DS_Store
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Expand Up @@ -2,5 +2,5 @@
/dist
/node_modules
/test/fixtures
/test/output/
/test/output
CHANGELOG.md