mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"stylelint": {},
|
|
"locales": {},
|
|
"lint": {
|
|
"dependsOn": ["stylelint", "locales"]
|
|
},
|
|
"stylelint:fix": {},
|
|
"locales:fix": {},
|
|
"lint:fix": {
|
|
"dependsOn": ["stylelint:fix", "locales:fix"]
|
|
}
|
|
}
|
|
}
|