From 5d4c53267622ea0d45d2e39bf5abc74341fa0392 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Tue, 2 Nov 2021 19:16:07 +0100 Subject: [PATCH] fix: lint --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) 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'], }, };