Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785ce08 commit 01fb00bCopy full SHA for 01fb00b
static/schema/schema.v2.json
@@ -549,6 +549,19 @@
549
"additionalProperties": false,
550
"default": {},
551
"description": "ESLint is a static code analysis tool for JavaScript files."
552
+ },
553
+ "rubocop": {
554
+ "type": "object",
555
+ "properties": {
556
+ "enabled": {
557
+ "type": "boolean",
558
+ "default": true,
559
+ "description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
560
+ }
561
562
+ "additionalProperties": false,
563
+ "default": {},
564
+ "description": "RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
565
}
566
},
567
0 commit comments