Open
Description
Would be useful to support autofixing for some of the rules. Not all are possible.
http://eslint.org/docs/developer-guide/working-with-rules#contextreport
-
no-skip-test
(just remove theskip
modifier) -
no-only-test
(just remove theonly
modifier) -
no-identical-title
(append Discussion #1,no-cb-test
rule #2, etc, to the title) -
no-skip-assert
(just remove theskip
modifier)
Can't think of any way to reliably fix the other rules, but input welcome!