You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ are also supported. Here is how it looks like:
53
53
-[🦚 Formatters](#-formatters)
54
54
-[🦉 Configuration](#-configuration)
55
55
-[🧬 Plugins API](#-plugins-api)
56
-
-[🛴 Codemods](#-codemods)
56
+
-[🛴 codemods](#-codemods)
57
+
-[💾 rulesdir](#-rulesdir)
57
58
-[⏣ Integration with ESLint](#-integration-with-eslint)
58
59
-[☄️ Integration with Babel](#%EF%B8%8F-integration-with-babel)
59
60
-[🐈 Integration with Yarn](#-integration-with-yarn)
@@ -2684,7 +2685,7 @@ Where `plugins` is an `array` that contains `[name, implementation]` `tuples`.
2684
2685
2685
2686
🐊**Putout** supports `codemodes` in the similar to plugins way, just create a directory `~/.putout` and put your plugins there. Here is example: [convert-tape-to-supertape](https://github.com/coderaiser/putout/tree/v12.0.0/codemods/convert-tape-to-supertape#install) and [this is example of work](https://github.com/coderaiser/putout/commit/ad02cebc344ce73cdee668cffc5078bf08830d52).
2686
2687
2687
-
### `rulesdir`
2688
+
##💾 Rulesdir
2688
2689
2689
2690
When you have plugins related to your project and you don't want to publish them (because it cannot be reused right now). Use [`rulesdir`](https://github.com/coderaiser/putout/tree/master/rules):
0 commit comments