mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 21:11:14 +00:00
Backport more tools for work flavour
This commit is contained in:
8
php_tools/stylelint/README.md
Normal file
8
php_tools/stylelint/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Stylelint
|
||||
|
||||
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| NPM | https://www.npmjs.com/package/stylelint |
|
||||
| GitHub | https://github.com/stylelint/stylelint |
|
||||
13
php_tools/stylelint/install.yml
Normal file
13
php_tools/stylelint/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
check: stylelint --version | grep -E '[0-9][.0-9]+' || (stylelint --version; false)
|
||||
|
||||
all:
|
||||
type: npm
|
||||
package: stylelint
|
||||
binary: stylelint
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
11
php_tools/stylelint/options.yml
Normal file
11
php_tools/stylelint/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: stylelint
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: []
|
||||
Reference in New Issue
Block a user