Skip to content

Commit

Permalink
chore disable lines-before-block eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 1, 2024
1 parent b7145eb commit 53e46f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.yml

This file was deleted.

3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default [
},
},
rules: {
"jsdoc/require-jsdoc": "off", // this would add automatically an empty bloc of JsDoc
"jsdoc/no-defaults": "off", // this would remove our default values https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-defaults.md#readme
"jsdoc/lines-before-block": "off",
"no-loss-of-precision": "off",
'@typescript-eslint/prefer-for-of': 'off',
"unicorn/import-style": [
Expand Down

0 comments on commit 53e46f0

Please sign in to comment.