Skip to content

Commit e15c298

Browse files
committedFeb 3, 2025
fix(chore): remove small linting issues
1 parent df2e080 commit e15c298

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

Diff for: ‎.eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
node_modules
55
/templates
66
/generated
7-
/eslintrc.d.ts
7+
/eslintrc.d.ts
8+
.eslintrc.cjs

Diff for: ‎.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ const gEslintConfig = {
205205
'no-ternary': 'off',
206206
'multiline-ternary': [ 'error', 'always-multiline' ],
207207
'no-nested-ternary': 'error',
208+
'unicorn/prefer-ternary': 'off',
208209
'no-multiple-empty-lines': [
209210
'error',
210211
{ 'max': 2 }

0 commit comments

Comments
 (0)
Please sign in to comment.