Skip to content

Commit 9b01268

Browse files
authored
fix(chore): added rule for shadows changes (#60)
1 parent 2635711 commit 9b01268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commitlintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
'type-enum': [
1010
2,
1111
'always',
12-
['feat', 'feature', 'fix', 'refactor', 'docs', 'build', 'test', 'ci', 'chore', 'fonts']
12+
['feat', 'feature', 'fix', 'refactor', 'docs', 'build', 'test', 'ci', 'chore', 'fonts', 'shadows']
1313
]
1414
}
1515
};

0 commit comments

Comments
 (0)