Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 61aa990

Browse files
authored
Merge pull request #13 from aws/security-fixes
chore: fix security warnings
2 parents 05a74e9 + 1226062 commit 61aa990

File tree

3 files changed

+6064
-3582
lines changed

3 files changed

+6064
-3582
lines changed

.stylelintrc.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
3+
"rules": {
4+
"selector-class-pattern": null,
5+
"no-descending-specificity": null,
6+
"custom-property-empty-line-before": null,
7+
"length-zero-no-unit": null,
8+
"comment-empty-line-before": null,
9+
"color-function-notation": null,
10+
"alpha-value-notation": null,
11+
"number-max-precision": null,
12+
"value-keyword-case": null,
13+
"import-notation": null,
14+
"custom-property-pattern": null,
15+
"selector-id-pattern": null,
16+
"comment-whitespace-inside": null,
17+
"declaration-block-no-duplicate-properties": null,
18+
"color-hex-length": null,
19+
"no-empty-source": null
20+
}
21+
}

0 commit comments

Comments
 (0)