diff --git a/package.json b/package.json index 6673be5..b2be135 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.js", "scripts": { "lint:html": "htmlhint \"**/*.html\"", - "lint:css": "stylelint \"css/**/*.css\" \"fonts/**/*.css\"", - "lint:js": "eslint \"js/**/*.js\" --ignore-pattern \"**/*.min.js\"", + "lint:css": "stylelint \"css/**/*.css\" \"fonts/**/*.css\" && echo Stylelint: No errors found", + "lint:js": "eslint \"js/**/*.js\" --ignore-pattern \"**/*.min.js\" && echo ESLint: No errors found", "lint": "npm run lint:html && npm run lint:css && npm run lint:js", "format": "prettier --write \"**/*.{html,css,js,json,md}\" --ignore-path .prettierignore", "format:check": "prettier --check \"**/*.{html,css,js,json,md}\" --ignore-path .prettierignore",