Skip to content

Commit

Permalink
🔧 remove syntax option from stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Kusayev committed Oct 27, 2021
1 parent 7e3097e commit 8599c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "yarn lint:script && yarn lint:style",
"lint-fix": "yarn lint-fix:script && yarn lint-fix:style",
"lint:script": "eslint --ext js,ts,tsx src",
"lint:style": "stylelint src/**/*.scss --syntax scss",
"lint:style": "stylelint src/**/*.scss",
"lint-fix:script": "yarn lint:script --fix",
"lint-fix:style": "yarn lint:style --fix",
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand Down

0 comments on commit 8599c4f

Please sign in to comment.