Skip to content

Commit 4b9af79

Browse files
committed
chore: update stylelint config settings
1 parent b3d69af commit 4b9af79

File tree

136 files changed

+1902
-1195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1902
-1195
lines changed

.stylelintignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
components/**/*-generated.css
2-
tokens/*
3-
components/site/*
1+
*-generated.css
2+
3+
tokens/**/*.css
4+
node_modules/**/*.css
5+
6+
plugins/*/expected/*
7+
plugins/*/fixtures/*
8+
dist/*
9+
10+
components/*/dist/*
11+
components/*/node_modules/*

README.md

Lines changed: 3 additions & 2 deletions

components/accordion/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/actionbar/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/actionbutton/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/actiongroup/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/alertbanner/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/alertdialog/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/asset/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

components/assetcard/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"build": {},
77
"clean": {},
88
"compare": {},
9+
"lint": {},
10+
911
"test": {
1012
"defaultConfiguration": "scope"
1113
}

0 commit comments

Comments
 (0)