diff --git a/.eslintrc.js b/.eslintrc.js index 72fa0b6c..774774cd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,5 +3,8 @@ module.exports = { rules: { 'import/no-commonjs': 'off', 'spaced-comment': 'off', + + // TMP + 'jsdoc/check-examples': ['off'], }, };