Skip to content

Commit a87e246

Browse files
Remove codeguide/indentation
1 parent b6a2198 commit a87e246

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.stylelintrc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
{
2-
"extends": "stylelint-config-htmlacademy",
3-
"rules": {
4-
"codeguide/indentation": [
5-
2,
6-
{
7-
"ignore": [
8-
"inside-parens"
9-
]
10-
}
11-
]
12-
}
2+
"extends": "stylelint-config-htmlacademy"
133
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"postcss-csso": "6.0.1",
5555
"postcss-url": "10.1.3",
5656
"sass": "1.69.5",
57-
"stylelint": "^16.1.0",
57+
"stylelint": "16.1.0",
5858
"stylelint-config-htmlacademy": "4.0.0",
5959
"w3c-html-validator": "1.6.2"
6060
}

0 commit comments

Comments
 (0)