You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Fedora Release Engineering 24aef625bc
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
.gitignore 0.83 bump; Update license format to SPDX 2 years ago
README.nodejs_plugins Initial import 9 years ago
perl-Code-TidyAll.rpmlintrc Rename deprecated .rpmlint to RPM_NAME.rpmlintrc 4 years ago
perl-Code-TidyAll.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2 years ago
sources 0.83 bump; Update license format to SPDX 2 years ago

README.nodejs_plugins

If you want to used the plugins listed below you have to install package
manager npm and install relevant utilities. They are not package in Fedora
yet.

* Code::TidyAll::Plugin::CSSUnminifier

npm install cssunminifier -g

* Code::TidyAll::Plugin::JSBeautify

npm install js-beautify -g

* Code::TidyAll::Plugin::JSHint

npm install jshint -g

* Code::TidyAll::Plugin::JSLint

npm install jslint