Skip to content

Commit 0fc6c04

Browse files
committed
docs: be consistent
1 parent a67d1d3 commit 0fc6c04

File tree

20 files changed

+4
-4
lines changed

20 files changed

+4
-4
lines changed

Diff for: β€Ž.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ package-lock.json
77
.nyc_output
88
.dockerignore
99
.*.dockerfile
10-
@commitlint/**/lib
11-
@commitlint/**/package.json.lerna_backup
10+
lib/
11+
package.json.lerna_backup
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: β€Žcontributing.md renamed to β€ŽCONTRIBUTING.md

File renamed without changes.

Diff for: β€Žpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"prettier"
3030
],
3131
"ignores": [
32-
"@commitlint/**/lib/**",
33-
"@commitlint/**/node_modules"
32+
"@*/**/lib/**",
33+
"@*/**/node_modules"
3434
],
3535
"rules": {
3636
"import/prefer-default-export": "off",

0 commit comments

Comments
Β (0)