Commit 0dd313dd61e1d1dbeb89e3f326cb81b944ecabe4

Authored by Vladyslav
Committed by Igor Kulikov
1 parent e583b0a1

Update stylelint to 13.0.0 (#2348)

* Update stylelint to 13.0.0

* Update style
... ... @@ -135,12 +135,12 @@
135 135 "react-hot-loader": "^4.12.8",
136 136 "sass-loader": "^7.1.0",
137 137 "style-loader": "^0.23.1",
138   - "stylelint": "^8.4.0",
139   - "stylelint-config-recommended-scss": "^3.3.0",
140   - "stylelint-config-standard": "^18.3.0",
141   - "stylelint-order": "^3.0.1",
142   - "stylelint-scss": "^3.9.2",
143   - "stylelint-webpack-plugin": "^0.10.5",
  138 + "stylelint": "13.0.0",
  139 + "stylelint-config-recommended-scss": "4.1.0",
  140 + "stylelint-config-standard": "19.0.0",
  141 + "stylelint-order": "4.0.0",
  142 + "stylelint-scss": "3.13.0",
  143 + "stylelint-webpack-plugin": "^1.2.1",
144 144 "uglifyjs-webpack-plugin": "^2.1.3",
145 145 "url-loader": "^2.1.0",
146 146 "webpack": "^4.37.0",
... ...
... ... @@ -13,6 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
  16 +
16 17 /*
17 18 .tb-entity-list {
18 19 #entity_list_chips {
... ...
... ... @@ -13,6 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
  16 +
16 17 /*
17 18 .tb-entity-select {
18 19 }
... ...
... ... @@ -13,6 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
  16 +
16 17 /*
17 18 .tb-entity-subtype-list {
18 19 #entity_subtype_list_chips {
... ...
... ... @@ -13,6 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
  16 +
16 17 /*
17 18 .tb-entity-type-list {
18 19 #entity_type_list_chips {
... ...
... ... @@ -13,6 +13,7 @@
13 13 * See the License for the specific language governing permissions and
14 14 * limitations under the License.
15 15 */
  16 +
16 17 /*
17 18 md-select.tb-entity-type-select {
18 19 }
... ...
... ... @@ -43,43 +43,15 @@
43 43 &.tb-data-table {
44 44 table.md-table,
45 45 table.md-table.md-row-select {
46   - th.md-column {
47   - &.tb-action-cell {
48   - .md-button {
49   - /* stylelint-disable-next-line selector-max-class */
50   - &.md-icon-button {
51   - width: 36px;
52   - height: 36px;
53   - padding: 6px;
54   - margin: 0;
55   - /* stylelint-disable-next-line selector-max-class */
56   - md-icon {
57   - width: 24px;
58   - height: 24px;
59   - font-size: 24px !important;
60   - line-height: 24px !important;
61   - }
62   - }
63   - }
64   - }
65   - }
66   -
67 46 tbody {
68   - tr {
69   - td {
70   - &.tb-action-cell {
71   - width: 36px;
72   - min-width: 36px;
73   - max-width: 36px;
  47 + .tb-action-cell {
  48 + width: 36px;
  49 + min-width: 36px;
  50 + max-width: 36px;
74 51
75   - .md-button[disabled] {
76   - &.md-icon-button {
77   - /* stylelint-disable-next-line selector-max-class */
78   - md-icon {
79   - color: rgba(0, 0, 0, .38);
80   - }
81   - }
82   - }
  52 + .md-button[disabled] {
  53 + md-icon {
  54 + color: rgba(0, 0, 0, .38);
83 55 }
84 56 }
85 57 }
... ...
... ... @@ -43,43 +43,15 @@
43 43 &.tb-data-table {
44 44 table.md-table,
45 45 table.md-table.md-row-select {
46   - th.md-column {
47   - &.tb-action-cell {
48   - .md-button {
49   - /* stylelint-disable-next-line selector-max-class */
50   - &.md-icon-button {
51   - width: 36px;
52   - height: 36px;
53   - padding: 6px;
54   - margin: 0;
55   - /* stylelint-disable-next-line selector-max-class */
56   - md-icon {
57   - width: 24px;
58   - height: 24px;
59   - font-size: 24px !important;
60   - line-height: 24px !important;
61   - }
62   - }
63   - }
64   - }
65   - }
66   -
67 46 tbody {
68   - tr {
69   - td {
70   - &.tb-action-cell {
71   - width: 36px;
72   - min-width: 36px;
73   - max-width: 36px;
  47 + .tb-action-cell {
  48 + width: 36px;
  49 + min-width: 36px;
  50 + max-width: 36px;
74 51
75   - .md-button[disabled] {
76   - &.md-icon-button {
77   - /* stylelint-disable-next-line selector-max-class */
78   - md-icon {
79   - color: rgba(0, 0, 0, .38);
80   - }
81   - }
82   - }
  52 + .md-button[disabled] {
  53 + md-icon {
  54 + color: rgba(0, 0, 0, .38);
83 55 }
84 56 }
85 57 }
... ...