-
Notifications
You must be signed in to change notification settings - Fork 0
/
.template-lintrc.js
28 lines (26 loc) · 1.06 KB
/
.template-lintrc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'use strict';
module.exports = {
extends: 'recommended',
rules: {
'no-bare-strings': [
'Diversity TED Talks playlist',
'The myth of bringing your full, authentic self to work',
'Mismatch: How Inclusion Shapes Design',
'"Designing for disability" TED Talks playlist',
'Autism: How to be normal (and why not to be)',
"It's Not Easy Seeing Green: The Complexities of Color Blindness",
'To Bi or not to Bi (NL)',
'Women at Work podcast',
'Survival of the Kindest podcast',
'"Stop telling women they have imposter syndrome"',
'A Conversation on the Trans Experience and Embracing Who You Really Are',
'Rebel Ideas: The Power of Diverse Thinking',
'How to Be an Inclusive Leader: Your Role in Creating Cultures of Belonging Where Everyone Can Thrive',
'UNBIAS: Addressing Unconscious Bias at Work',
'Invisible Women: Data Bias in a World Designed for Men',
'Hoe bewust ben jij je van je vooroordelen? (NL)',
'Regenboog Taaltips (NL)',
'Go to {{t item.title}}',
],
},
};