Skip to content

Commit f8103ae

Browse files
committed
feature(@putout/processor-markdown) rules: add remove-dependencies-badge (#85)
1 parent 5f5b20f commit f8103ae

File tree

143 files changed

+298
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+298
-531
lines changed

codemods/apply-replace-all/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/plugin-apply-replace-all [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/plugin-apply-replace-all [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-apply-replace-all.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-apply-replace-all "npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-apply-replace-all
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-apply-replace-all
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-apply-replace-all.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-apply-replace-all "npm"
85

96
`putout` plugin adds ability to find and remove `useless functions`.
107

@@ -41,4 +38,3 @@ npm i @putout/plugin-apply-replace-all -D
4138
## License
4239

4340
MIT
44-

codemods/convert-pascal-to-camel/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# @putout/plugin-convert-pascal-to-camel [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
2-
3-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=codemods/convert-pascal-to-camel
4-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=codemods/convert-pascal-to-camel
1+
# @putout/plugin-convert-pascal-to-camel
52

63
Convert function names from `PascalCase` to `camelCase`.
74

codemods/cut-legacy/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# @putout/plugin-cut-legacy [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
2-
3-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=codemods/cut-legacy
4-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=codemods/cut-legacy
1+
# @putout/plugin-cut-legacy
52

63
Cut suffix `/legacy` from an argument of require calls.
74

@@ -29,4 +26,3 @@ const fullstore = require('fullstore');
2926
## License
3027

3128
MIT
32-

codemods/cut-useless-functions/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# @putout/plugin-remove-useless-functions [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/plugin-remove-useless-functions [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-useless-functions.svg?style=flat&longCache=true
44
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-useless-functions "npm"
5-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-remove-useless-functions
6-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-remove-useless-functions
75

86
`putout` plugin adds ability to find and remove `useless functions`.
97

codemods/madrun/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# @putout/codemod-madrun [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/codemod-madrun [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-madrun.svg?style=flat&longCache=true
44
[NPMURL]: https://npmjs.org/package/@putout/plugin-madrun"npm"
5-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-madrun
6-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-madrun
75

86
`putout` plugin adds ability to fix issues with [madrun](https://github.com/coderaiser/madrun) config file.
97

@@ -84,6 +82,7 @@ module.exports = {
8482
},
8583
};
8684
```
85+
8786
# add-fresh-lint
8887

8988
## ❌ Incorrect code example
@@ -108,8 +107,6 @@ module.exports = {
108107
};
109108
```
110109

111-
112-
113110
## License
114111

115112
MIT

codemods/remove-legacy-from-gitignore/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/plugin-remove-legacy-from-gitignore [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/plugin-remove-legacy-from-gitignore [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-legacy-from-gitignore.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-legacy-from-gitignore"npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-remove-legacy-from-gitignore
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-remove-legacy-from-gitignore
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-legacy-from-gitignore.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-legacy-from-gitignore"npm"
85

96
`putout` codemod helps to remove `legacy` from '.gitignore'.
107

@@ -27,4 +24,3 @@
2724
## License
2825

2926
MIT
30-

codemods/remove-madrun-from-gitignore/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/plugin-remove-madrun-from-gitignore [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/plugin-remove-madrun-from-gitignore [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-madrun-from-gitignore.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-madrun-from-gitignore"npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-remove-madrun-from-gitignore
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-remove-madrun-from-gitignore
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-madrun-from-gitignore.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-madrun-from-gitignore"npm"
85

96
`putout` codemod helps to remove `madrun` from '.gitignore'.
107

@@ -27,4 +24,3 @@
2724
## License
2825

2926
MIT
30-

codemods/remove-putoutcache-from-gitignore/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/plugin-remove-putoutcache-from-gitignore [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/plugin-remove-putoutcache-from-gitignore [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-putoutcache-from-gitignore.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-putoutcache-from-gitignore"npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/plugin-remove-putoutcache-from-gitignore
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/plugin-remove-putoutcache-from-gitignore
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-putoutcache-from-gitignore.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-putoutcache-from-gitignore"npm"
85

96
`putout` codemod helps to remove `.putoutcache` from '.gitignore'.
107

@@ -27,4 +24,3 @@
2724
## License
2825

2926
MIT
30-

packages/formatter-codeframe/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/putout-formatter-codeframe [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/putout-formatter-codeframe [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-codeframe.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/formatter-codeframe "npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/formatter-codeframe
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/formatter-codeframe
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-codeframe.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/formatter-codeframe "npm"
85

96
`putout` formatter shows codeframe of file with an errors.
107

@@ -39,4 +36,3 @@ Possible output:
3936
## License
4037

4138
MIT
42-

packages/formatter-dump/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# @putout/putout-formatter-dump [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
1+
# @putout/putout-formatter-dump [![NPM version][NPMIMGURL]][NPMURL]
22

3-
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-dump.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/formatter-dump "npm"
5-
6-
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/formatter-dump
7-
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/formatter-dump
3+
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/formatter-dump.svg?style=flat&longCache=true
4+
[NPMURL]: https://npmjs.org/package/@putout/formatter-dump "npm"
85

96
`putout` formatter stores output and dump it on end.
107

@@ -23,4 +20,3 @@ putout --format dump lib
2320
## License
2421

2522
MIT
26-

0 commit comments

Comments
 (0)