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 5cd231c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,8 +31,8 @@
"workbox-streams": "^6.3.0"
},
"scripts": {
"lint": "yarn lint:script && yarn lint:style",
"lint-fix": "yarn lint-fix:script && yarn lint-fix:style",
"lint": "yarn lint:script",
"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 5cd231c

Please sign in to comment.