v1.0.2
While using this package during my development, I felt that the status of the rules listed below needed to be changed from error
to warn
as they would cause my app to crash, prompting me to alter my code to keep eslint happy (and make me irritated instead 😡). These rules would automatically fix the code on running the yarn lint
script.
These rules are listed below -
Rule Name |
---|
comma-dangle |
ban-ts-comment |
eol-last |
jsx-one-expression-per-line |
The below rule is removed from the config file.
Rule Name | Reason |
---|---|
multiline-comment-style | the default setting starred-block read commented code as a comment itself, which made it difficult to uncomment the code |