Skip to content

Commit 98619ba

Browse files
committed
feat(STYLES): fix stylelint issues
1 parent 894e222 commit 98619ba

3 files changed

Lines changed: 5 additions & 218 deletions

File tree

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"extends": ["stylelint-config-twbs-bootstrap", "stylelint-config-prettier"],
2+
"extends": ["stylelint-config-prettier"],
3+
"customSyntax": "postcss-scss",
34
"rules": {
45
"no-empty-source": [
56
true,

package-lock.json

Lines changed: 1 addition & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@cypress/schematic": "2.4.0",
6161
"@cypress/webpack-preprocessor": "5.16.1",
6262
"@ngneat/spectator": "13.0.0",
63-
"@types/bootstrap": "^5.2.6",
63+
"@types/bootstrap": "5.2.6",
6464
"@types/jasmine": "4.3.1",
6565
"@types/validator": "13.7.10",
6666
"@typescript-eslint/eslint-plugin": "5.48.1",
@@ -86,13 +86,13 @@
8686
"karma-jasmine-html-reporter": "2.0.0",
8787
"ng-extract-i18n-merge": "2.5.0",
8888
"ng-mocks": "14.5.2",
89+
"postcss-scss": "4.0.6",
8990
"prettier": "2.8.2",
9091
"prettier-eslint": "15.0.1",
9192
"pretty-quick": "3.1.3",
9293
"standard-version": "9.5.0",
9394
"stylelint": "14.16.1",
9495
"stylelint-config-prettier": "9.0.4",
95-
"stylelint-config-twbs-bootstrap": "7.0.0",
9696
"ts-loader": "9.4.2",
9797
"typescript": "4.9.4",
9898
"webpack-bundle-analyzer": "4.7.0"

0 commit comments

Comments
 (0)