X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.cjs;h=3ab81413bc179a47bc4f93094b9d6e73874daf7e;hb=9122cc2c31a39f0fda89dac74d98043996ee809b;hp=ccf04244362008396ba0ce730697bae073b49dfe;hpb=28883f84b5381bb9af4c71e3bccd5297f6ab5fcf;p=poolifier.git diff --git a/.eslintrc.cjs b/.eslintrc.cjs index ccf04244..3ab81413 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -69,6 +69,7 @@ module.exports = defineConfig({ 'inheritDoc', 'javascript', 'jsdoc', + 'linebreak', 'localhost', 'microjob', 'mjs', @@ -121,7 +122,7 @@ module.exports = defineConfig({ 'standard-with-typescript' ], rules: { - '@typescript-eslint/non-nullable-type-assertion-style': 'off', + 'operator-linebreak': 'off', 'tsdoc/syntax': 'warn' } }, @@ -151,7 +152,8 @@ module.exports = defineConfig({ '@typescript-eslint/no-unnecessary-type-assertion': 'off', '@typescript-eslint/no-redundant-type-constituents': 'off', '@typescript-eslint/strict-boolean-expressions': 'off', - '@typescript-eslint/return-await': 'off' + '@typescript-eslint/return-await': 'off', + '@typescript-eslint/no-non-null-assertion': 'off' } }, {