File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The package includes the following rules.
70
70
| [ ban-operators] ( docs/rules/ban-operators.md ) | Disallow banned operators. | | | | | |
71
71
| [ finnish] ( docs/rules/finnish.md ) | Enforce Finnish notation. | | | | π | |
72
72
| [ just] ( docs/rules/just.md ) | Require the use of ` just ` instead of ` of ` . | | π§ | | | |
73
- | [ macro] ( docs/rules/macro.md ) | Require the use of the RxJS Tools Babel macro. | | π§ | | | |
73
+ | [ macro] ( docs/rules/macro.md ) | Require the use of the RxJS Tools Babel macro. | | π§ | | | β |
74
74
| [ no-async-subscribe] ( docs/rules/no-async-subscribe.md ) | Disallow passing ` async ` functions to ` subscribe ` . | β
| | | π | |
75
75
| [ no-compat] ( docs/rules/no-compat.md ) | Disallow the ` rxjs-compat ` package. | | | | | |
76
76
| [ no-connectable] ( docs/rules/no-connectable.md ) | Disallow operators that return connectable observables. | | | | π | |
Original file line number Diff line number Diff line change 1
1
# Require the use of the RxJS Tools Babel macro (` rxjs-x/macro ` )
2
2
3
+ β This rule is deprecated.
4
+
3
5
π§ This rule is automatically fixable by the [ ` --fix ` CLI option] ( https://eslint.org/docs/latest/user-guide/command-line-interface#--fix ) .
4
6
5
7
<!-- end auto-generated rule header -->
6
8
7
9
This rule ensures that modules that import ` rxjs ` also import the Babel macro for [ RxJS Tools] ( https://rxjs.tools ) .
10
+
11
+ This rule is deprecated because [ ` babel-plugin-rxjs-tools ` ] ( https://www.npmjs.com/package/babel-plugin-rxjs-tools ) is unmaintained.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { ruleCreator } from '../utils';
7
7
export const macroRule = ruleCreator ( {
8
8
defaultOptions : [ ] ,
9
9
meta : {
10
+ deprecated : true ,
10
11
docs : {
11
12
description : 'Require the use of the RxJS Tools Babel macro.' ,
12
13
} ,
You canβt perform that action at this time.
0 commit comments