File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 - For example: A JS minification plugin should not have an option that adds a header as well
15151 . Your plugin shouldn't do things that other plugins are responsible for
1616 - It should not concat, [ gulp-concat] ( https://github.com/contra/gulp-concat ) does that
17- - It should not add headers, [ gulp-header] ( https://github. com/godaddy /gulp-header ) does that
18- - It should not add footers, [ gulp-footer] ( https://github. com/godaddy /gulp-footer ) does that
17+ - It should not add headers, [ gulp-header] ( https://www.npmjs. com/package /gulp-header ) does that
18+ - It should not add footers, [ gulp-footer] ( https://www.npmjs. com/package /gulp-footer ) does that
1919 - If it's a common but optional use case, document that your plugin is often used with another plugin
2020 - Make use of other plugins within your plugin! This reduces the amount of code you have to write and ensures a stable ecosystem.
21211 . Your plugin ** must be tested**
You can’t perform that action at this time.
0 commit comments