X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=fe04926fd46565df433f78e3c01a083283bdbc85;hb=e00a6c53e0d42d4b76791441975b70888ead0a73;hp=b37ad59fb91769bb590ec5829dade6800872973b;hpb=df422579fde9c2638e5802e94daa4f6eda698b2b;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index b37ad59f..fe04926f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -77,9 +77,6 @@ module.exports = defineConfig({ 'jsdoc/match-description': [ 'warn', { - // mainDescription: - // '/^[A-Z`].+?(\\.|:)(\\n\\n.*((\\n{1,2}- .+)|(_.+_)|`.+`|\\n\\n---))?$/us', - // matchDescription: '^[A-Z`].+(\\.|`.+`)$', contexts: ['any'], tags: { param: true, @@ -131,13 +128,6 @@ module.exports = defineConfig({ 'node/no-missing-require': 'off', 'jsdoc/require-jsdoc': 'off' } - }, - { - files: ['examples/typescript/**/*.ts'], - rules: { - 'import/no-unresolved': 'off', - 'jsdoc/require-jsdoc': 'off' - } } ], settings: {