Skip to content

Commit

Permalink
🐛 remove stylelint until bjankord/stylelint-config-sass-guidelines#197
Browse files Browse the repository at this point in the history
…will be merged
  • Loading branch information
Israel Kusayev committed Oct 27, 2021
1 parent 8599c4f commit eafc92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
},
"scripts": {
"lint": "yarn lint:script && yarn lint:style",
"lint-fix": "yarn lint-fix:script && yarn lint-fix:style",
"lint-fix": "yarn lint-fix:script",
"lint:script": "eslint --ext js,ts,tsx src",
"lint:style": "stylelint src/**/*.scss",
"lint-fix:script": "yarn lint:script --fix",
Expand Down

0 comments on commit eafc92e

Please sign in to comment.