Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 71e0b7b

Browse files
authored
Merge pull request #3751 from binary-hamedanchi/mohammad/stylelint_error_reporting
mohammad/stylelint_error_reporting
2 parents 8eb3218 + a0d19d9 commit 71e0b7b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/stylelint.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
const stylelintFormatter = require('stylelint-formatter-pretty');
2+
13
module.exports = {
4+
options: {
5+
formatter: stylelintFormatter
6+
},
27
all: {
38
src: [
49
'src/sass/**/*.scss',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"react-render-html": "0.6.0",
8383
"sitemap": "1.13.0",
8484
"stylelint": "7.13.0",
85+
"stylelint-formatter-pretty": "1.0.3",
8586
"svgo": "0.7.2",
8687
"time-grunt": "1.4.0",
8788
"unused-files-webpack-plugin": "3.2.0",

0 commit comments

Comments
 (0)