diff --git a/Readme.md b/Readme.md index 2816ffb..7dfdc01 100644 --- a/Readme.md +++ b/Readme.md @@ -41,5 +41,5 @@ Tip: Use [husky](https://typicode.github.io/husky/) and [lint-staged](https://gi # Why only warnings? - Don't waste time thinking or discussing about if it should be an error or a warning, focus on enabling of disabling a rule -- Warnings look different in editors, this allows you to quickly see that some tweaking is required, but your code still runs (eslint rules generally don't block the code from executing) -- Prevents noise, disallowing warnings to be committed in a codebase prevents clutter in the output of eslint (and use [special eslint comments](https://eslint.org/docs/2.13.1/user-guide/configuring#disabling-rules-with-inline-comments) for the instances when you need an exception to the rule) +- Warnings look different in editors, this allows you to quickly see that some tweaking is required, but your code still runs (eslint rules generally don't block the code from executing and fatal errors are still reported as error) +- Prevents noise, disallowing warnings to be committed in a codebase prevents clutter in the output of eslint (use [special eslint comments](https://eslint.org/docs/2.13.1/user-guide/configuring#disabling-rules-with-inline-comments) for the instances when you need an exception to the rules) diff --git a/package.json b/package.json index 9d4ed04..3209c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-only-warn", - "version": "1.0.3", + "version": "1.1.0", "description": "Downgrade errors to warnings", "keywords": [ "eslint",