We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa85646 commit bf87cc3Copy full SHA for bf87cc3
static/schema/schema.v2.json
@@ -536,6 +536,23 @@
536
"additionalProperties": false,
537
"default": {},
538
"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."
556
}
557
},
558
0 commit comments