File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 536
536
"additionalProperties" : false ,
537
537
"default" : {},
538
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."
539
556
}
540
557
},
541
558
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments