I'd like to run a command that ensures that for all rules I have defined, I've defined every possible compatible schema option.
For example, for the "indent" rule, http://eslint.org/docs/rules/indent points out that it can have an object option with 12 different options. I'd like a report, for that rule, of any of the 12 I've omitted in my config.
I'd like to run a command that ensures that for all rules I have defined, I've defined every possible compatible schema option.
For example, for the "indent" rule, http://eslint.org/docs/rules/indent points out that it can have an object option with 12 different options. I'd like a report, for that rule, of any of the 12 I've omitted in my config.