Skip to content

Commit

Permalink
fix(ts): ignore multiline-ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed May 18, 2024
1 parent f5e4a2b commit 49bfc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/eslint-config-ts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
extends: ['@antfu/eslint-config-ts', '@leedomjs/eslint-config-basic'],
ignorePatterns: ['*.md'],
rules: {
'@stylistic/js/multiline-ternary': 0,
'@stylistic/ts/brace-style': [
2,
'1tbs',
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "index.js",
"peerDependencies": {
"eslint": ">=7.4.0 <9",
"typescript": ">=3.9 <5.4.0"
"typescript": ">=3.9 <=5.3.3"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.43.1",
Expand Down

0 comments on commit 49bfc8a

Please sign in to comment.