1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-21 08:08:14 +00:00

Add less linter via npx (#6936)

This commit is contained in:
Xaver Maierhofer
2019-05-14 02:54:23 +02:00
committed by Lunny Xiao
parent c0fc6cd9a8
commit 3957b40021
20 changed files with 2165 additions and 437 deletions

View File

@@ -1,9 +1,10 @@
{
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.4.7",
"autoprefixer": "9.5.1",
"less": "3.9.0",
"less-plugin-clean-css": "1.5.1",
"lesshint": "^6.3.6",
"postcss-cli-simple": "3.0.0"
}
}