Skip to content

Commit 24c6df8

Browse files
committed
Switch off strict bode for Book.js
1 parent 3c34bb3 commit 24c6df8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ module.exports = [
1414
'prettier.config.*',
1515
],
1616
},
17+
{
18+
files: ['**/Book.js', 'content/config.js'],
19+
rules: {
20+
strict: 'off',
21+
},
22+
},
1723
];

0 commit comments

Comments
 (0)