We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878e18d commit 44bbd62Copy full SHA for 44bbd62
composer.json
@@ -59,5 +59,10 @@
59
"yml:lint": "docker run --rm -it -v $(pwd):/data cytopia/yamllint .",
60
"markdown:lint": "docker run --rm -v $(pwd):/work tmknom/markdownlint '**/*.md' --ignore vendor",
61
"docs:serve": "docker run --rm -d -p 3000:3000 -v $(pwd)/docs:/docs sujaykumarh/docsify serve"
62
+ },
63
+ "config": {
64
+ "allow-plugins": {
65
+ "infection/extension-installer": true
66
+ }
67
}
68
0 commit comments