Skip to content

Commit 8e69f22

Browse files
authored
Merge pull request #20 from jhmaster2000/master
Update MDN command embeds design to match MDN's 2022 redesign
2 parents 057190d + 31ba7c5 commit 8e69f22

File tree

3 files changed

+477
-481
lines changed

3 files changed

+477
-481
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
88
"parser": "@typescript-eslint/parser",
99
"parserOptions": {
10-
"ecmaVersion": 12
10+
"ecmaVersion": 12,
11+
"warnOnUnsupportedTypeScriptVersion": false
1112
},
1213
"plugins": ["@typescript-eslint"],
1314
"rules": {

0 commit comments

Comments
 (0)