Merge pull request #373 from sharjeelaziz/linting-fix

Fix lint tests on Linux.
This commit is contained in:
Henk Verlinde
2021-07-05 09:34:13 +02:00
committed by GitHub

View File

@ -23,7 +23,7 @@
"lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
"lint:scripts": "eslint assets/js config functions",
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
"lint:markdown": "markdownlint *.md content/**/*.md",
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
"server": "exec-bin bin/hugo/hugo server",
"test": "npm run -s lint",
"env": "env",