X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=523f20f8c389d47b15b3b45d5072bad47e31c507;hb=c4424e52e4924efa5eef704cb5dcb82f2760e0da;hp=eb288bd1672c348d3cb2d1e9c80794f59105add3;hpb=a87065328fab2b422843a07cd58ab3f5269ed9bc;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index eb288bd1..523f20f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,6 +37,7 @@ module.exports = defineConfig({ 'warn', { skipWords: [ + 'axios', 'benoit', 'benny', 'browserslist', @@ -65,6 +66,7 @@ module.exports = defineConfig({ 'jsdoc', 'microjob', 'mjs', + 'npx', 'num', 'os', 'perf', @@ -73,6 +75,7 @@ module.exports = defineConfig({ 'poolifier', 'poolify', 'readonly', + 'req', 'resize', 'sinon', 'threadjs', @@ -124,7 +127,8 @@ module.exports = defineConfig({ '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unnecessary-type-assertion': 'off', - '@typescript-eslint/restrict-template-expressions': 'off' + '@typescript-eslint/strict-boolean-expressions': 'off', + '@typescript-eslint/return-await': 'off' } }, {