fix(config): make all extension config consistent (#888)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2022-10-21 05:33:54 -07:00
committed by GitHub
parent 38b00e3507
commit 763287873e
17 changed files with 105 additions and 100 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
},
"extensions": {
"lint": {
"enabled": true,
"enable": true,
"mandatoryAnnotations": ["annot1", "annot2", "annot3"]
}