Community
Participate
Working Groups
The list of JS validator settings has grown too large. It needs to be partitioned into sub-categories. In order to do this, the orion.core.setting extension point needs to support additional field(s) to slot the setting's properties into a sub-category at display time.
While JS is the only one needing the granularity currently, other languages may want something similar in the future. It would be nice for the category names to match across languages (where appropriate).
(In reply to Curtis Windatt from comment #1) > While JS is the only one needing the granularity currently, other languages > may want something similar in the future. It would be nice for the category > names to match across languages (where appropriate). I believe someone suggested dividing up the JS rules using the categories here: https://github.com/eslint/eslint/tree/master/docs/rules A few of them are js-specific but others ("Possible Errors", "Stylistic Issues" etc) are general enough to reuse
This open bug report had a target milestone in the past. The target milestone has been removed. Please target for a date in the future or leave the target blank if it is not known.
We are already using the same categories as ESLint under the Javascript Validation settings page. Closing as WORKSFORME.