diff --git a/.coderabbit.yml b/.coderabbit.yml new file mode 100644 index 0000000..9955312 --- /dev/null +++ b/.coderabbit.yml @@ -0,0 +1,4 @@ +inheritance: false +reviews: + profile: assertive + review_details: true \ No newline at end of file diff --git a/.template-lintrc.json b/.template-lintrc.json new file mode 100644 index 0000000..260235a --- /dev/null +++ b/.template-lintrc.json @@ -0,0 +1,7 @@ +{ + "rules": { + "no-bare-strings": "error", + "require-button-type": "error", + "require-valid-alt-text": "error" + } +} \ No newline at end of file diff --git a/bad.hbs b/bad.hbs new file mode 100644 index 0000000..813367f --- /dev/null +++ b/bad.hbs @@ -0,0 +1,53 @@ +
+ +

Premium Widget

+

Only $29.99 — Order now and save 20%!

+ Free shipping on all orders + + +
+
+ + + + + + +

Forgot your password?

+
+
+

Photo Gallery

+
+ +

A beautiful sunset over the mountains

+
+
+ +

Sandy beach with crystal clear water

+
+
+ +

Dense forest trail in autumn

+
+ Collapse comment +
+ +
+

Welcome to our site

+

Click the button below

+ + + Contact us + + +
\ No newline at end of file