Enforce EOL newlines in CSS files (#31174)

Этот коммит содержится в:
Harrison Healey
2025-05-26 11:47:13 -04:00
коммит произвёл GitHub
родитель 1389f12daa
Коммит 00af66459a
8 изменённых файлов: 94 добавлений и 93 удалений

Просмотреть файл

@@ -8,6 +8,7 @@
],
"rules": {
"@stylistic/indentation": 4,
"@stylistic/no-missing-end-of-source-newline": true,
"no-descending-specificity": null,
"font-family-no-missing-generic-family-keyword": null,
"property-no-unknown": [

Просмотреть файл

@@ -103,7 +103,7 @@
"@mattermost/eslint-plugin": "*",
"@mattermost/mmjstool": "github:mattermost/mattermost-utilities#7b63833d208d482ba4a1c12230bb3e68dd9c5e5e",
"@redux-devtools/extension": "3.2.3",
"@stylistic/stylelint-plugin": "2.1.0",
"@stylistic/stylelint-plugin": "3.1.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "8.0.1",

Просмотреть файл

@@ -52,4 +52,4 @@
cursor: not-allowed;
opacity: 0.4;
}
}
}

Просмотреть файл

@@ -43,4 +43,4 @@
margin-right: 8px;
}
}
}
}

Просмотреть файл

@@ -28,4 +28,4 @@
font-size: 14px;
text-align: left;
}
}
}

Просмотреть файл

@@ -107,4 +107,4 @@
}
}
}
}
}

Просмотреть файл

@@ -4,4 +4,4 @@
height: 100%;
flex-direction: column;
}
}
}