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

Commit

Permalink
ci: fix (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 23, 2019
1 parent fc8b4e4 commit 78626bb
Show file tree
Hide file tree
Showing 14 changed files with 521 additions and 1,510 deletions.
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

0 comments on commit 78626bb

Please sign in to comment.