Skip to content

Commit bf87cc3

Browse files
committedJul 19, 2024·
Update schema.v2.json
1 parent aa85646 commit bf87cc3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎static/schema/schema.v2.json

+17
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,23 @@
536536
"additionalProperties": false,
537537
"default": {},
538538
"description": "Detekt is a static code analysis tool for Kotlin files."
539+
},
540+
"eslint": {
541+
"type": "object",
542+
"properties": {
543+
"enabled": {
544+
"type": "boolean",
545+
"default": true,
546+
"description": "Enable ESLint | ESLint is a static code analysis tool for JavaScript files."
547+
},
548+
"config_file": {
549+
"type": "string",
550+
"description": "Optional path to the ESLint configuration file relative to the repository."
551+
}
552+
},
553+
"additionalProperties": false,
554+
"default": {},
555+
"description": "ESLint is a static code analysis tool for JavaScript files."
539556
}
540557
},
541558
"additionalProperties": false,

0 commit comments

Comments
 (0)
Please sign in to comment.