8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf998a commit 7a564b5Copy full SHA for 7a564b5
.github/CONTRIBUTING.md
@@ -30,5 +30,5 @@ npm run lint:fix
30
- Add tests in the src/components/\_\_tests\_\_ folder
31
- Register this component in src/index.js
32
- Run lint and tests before commiting anything
33
-- Commit using [Commit Convention](.github/COMMIT_CONVENTION.md)
+- Commit using [Commit Convention](./COMMIT_CONVENTION.md)
34
- PR on github
.gitignore
@@ -15,10 +15,9 @@ yarn-debug.log*
15
yarn-error.log*
16
17
# Integrity files
18
-.package-lock.json
+package-lock.json
19
.yarn-integrity
20
21
-
22
# Optional npm cache directory
23
.npm
24
0 commit comments