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

Commit 78626bb

Browse files
ci: fix (#291)
1 parent fc8b4e4 commit 78626bb

14 files changed

+521
-1510
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/dist
33
/node_modules
44
/test/fixtures
5-
/test/output/
5+
/test/output

.github/CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the
147147

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

150+
## Contributor License Agreement
151+
152+
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).
153+
If it is your first time, it will link you to the right place to sign it.
154+
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.
155+
156+
Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).
157+
150158
## Thanks
151159

152160
For your interest, time, understanding, and for following this simple guide.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn-debug.log*
99
/local
1010
/reports
1111
/node_modules
12-
/test/output/
12+
/test/output
1313

1414
.DS_Store
1515
Thumbs.db

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
/dist
33
/node_modules
44
/test/fixtures
5-
/test/output/
5+
/test/output
66
CHANGELOG.md

0 commit comments

Comments
 (0)