Commit 01a4ae7
committed
## 1.9.0 - March 2022
* Closes #15, Allowing mixing different error level.
* This bug required that the same rule can be defined with different error levels, that is not possible at the moment on eslint. Error level is not available at plugin level (as indicate by ESLint official documentation: "Keep in mind that the error level is not part of context.options, as the error level cannot be known or modified from inside a rule"). So I came up a different approach, which not only **allows to use "the same" rule with different error levels**, but also **allows Mixing custom set of regex rules**, this is useful for creating package/libraries/plugins with your own set of rules and sharing it with others.
* Improves project configuration.
* Now uses [`any-eslint-parser`](https://www.npmjs.com/package/any-eslint-parser)
* Improves documentation.
* Mixing.1 parent 7427e21 commit 01a4ae7
File tree
26 files changed
+4484
-1010
lines changed- dev_resources
- gradle/wrapper
- lib
- rules
- readme
- tests
- lib
- rules
26 files changed
+4484
-1010
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
0 commit comments