Adds Stylelint to lint CSS files (#32888).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19732 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-04-29 04:17:01 +00:00
parent 3986b6e3b9
commit 9f1b772f3f
7 changed files with 1986 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {},
"devDependencies": {
"stylelint": "^13.0.0"
}
}