diff --git a/.stylelintrc.js b/.stylelintrc.js
index 021c539ad..b473e1239 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -2,4 +2,8 @@
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
+ rules: {
+ // We use BEM naming conventions which aren't compatible with the kebap-case convention that stylelint-config-standard expects
+ 'selector-class-pattern': null,
+ },
};
diff --git a/app/components/cta-emberconf.hbs b/app/components/cta-emberconf.hbs
index ec2e0d433..47009fd32 100644
--- a/app/components/cta-emberconf.hbs
+++ b/app/components/cta-emberconf.hbs
@@ -10,9 +10,7 @@
target="_blank"
>
diff --git a/app/components/ember-community-survey/introduction.hbs b/app/components/ember-community-survey/introduction.hbs
index 3e844b14e..4ffe7271e 100644
--- a/app/components/ember-community-survey/introduction.hbs
+++ b/app/components/ember-community-survey/introduction.hbs
@@ -1,7 +1,7 @@
{{! template-lint-disable no-empty-headings }}
+
diff --git a/app/templates/community/index.hbs b/app/templates/community/index.hbs index f6f53a0cd..a78b64918 100644 --- a/app/templates/community/index.hbs +++ b/app/templates/community/index.hbs @@ -3,7 +3,7 @@
+
+
+
+
Joining an Ember.js meetup is a great way to learn more about Ember, meet other developers, find jobs, etc. Any and all things Ember and local.
@@ -102,7 +102,7 @@
+
Tomster and Zoey have been crafted with love, and are constantly getting makeovers. Events, User Groups, Countries—sky's the limit!
diff --git a/app/templates/community/meetups/assets.hbs b/app/templates/community/meetups/assets.hbs index 4d3478cfe..5ce804228 100644 --- a/app/templates/community/meetups/assets.hbs +++ b/app/templates/community/meetups/assets.hbs @@ -101,7 +101,7 @@
+
+
+
+
Ready to start a Meetup in your area? Fantastic news—appreciate you stepping up! Running a solid meetup isn't all that complicated, but it can be intimidating:
we'd love to help you ease into it.
diff --git a/app/templates/editions/index.hbs b/app/templates/editions/index.hbs
index 04cfd8c47..7e10610d0 100644
--- a/app/templates/editions/index.hbs
+++ b/app/templates/editions/index.hbs
@@ -23,7 +23,7 @@
+
+
- Ember is the anti-fatigue framework. It doesn’t pretend to be all things to all people. It acknowledges its flaws while also making clear the plan to address them. It details a clear roadmap for the future and delivers on it incrementally. Simply put, working with Ember makes me happy. + Ember is the anti-fatigue framework. It doesn’t pretend to be all things to all people. It acknowledges its flaws while also making clear the plan to address them. It details a clear roadmap for the future and delivers on it incrementally. Simply put, working with Ember makes me happy.