We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04eed23 commit 214c608Copy full SHA for 214c608
.eslintrc.js
@@ -40,6 +40,11 @@ module.exports = {
40
],
41
parserOptions: { sourceType: 'module' },
42
},
43
+ {
44
+ files: ['**/*.md'],
45
+ parserOptions: { ecmaFeatures: { impliedStrict: true } },
46
+ rules: { strict: 'off' },
47
+ },
48
49
rules: {
50
// ESLint built-in rules
doc/.eslintrc.yaml
@@ -5,7 +5,6 @@ rules:
5
no-restricted-properties: off
6
no-undef: off
7
no-unused-vars: off
8
- strict: off
9
symbol-description: off
10
11
# add new ECMAScript features gradually
0 commit comments