Merge pull request #29372 from JoshuaKGoldberg/codefix-enable-decorators

Added codefix to enable experimentalDecorators in the user's config file
This commit is contained in:
Sheetal Nandi
2019-01-11 12:45:28 -08:00
committed by GitHub
9 changed files with 159 additions and 11 deletions
+4
View File
@@ -4811,5 +4811,9 @@
"Add names to all parameters without names": {
"category": "Message",
"code": 95073
},
"Enable the 'experimentalDecorators' option in your configuration file": {
"category": "Message",
"code": 95074
}
}