Remove stylelint-prettier

This commit is contained in:
Jonny Gerig Meyer 2023-02-13 12:01:44 -05:00
parent 5f4ee021c7
commit 5c7c24f482
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F
9 changed files with 2 additions and 39 deletions

View File

@ -3,7 +3,6 @@
extends:
- stylelint-config-standard-scss
- stylelint-config-prettier
rules:
# Default rules:
@ -11,7 +10,6 @@ rules:
# - https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/index.js
# - https://github.com/stylelint/stylelint-config-standard/blob/main/index.js
# - https://github.com/stylelint/stylelint-config-recommended/blob/main/index.js
# - https://github.com/prettier/stylelint-config-prettier/blob/master/src/index.js
# possible errors (these are all on by default)
no-descending-specificity: null
@ -28,19 +26,3 @@ rules:
scss/at-mixin-pattern: null
scss/dollar-variable-pattern: null
scss/no-global-function-names: null
# Disable for Prettier
scss/at-else-closing-brace-newline-after: null
scss/at-else-closing-brace-space-after: null
scss/at-else-empty-line-before: null
scss/at-else-if-parentheses-space-before: null
scss/at-function-parentheses-space-before: null
scss/at-if-closing-brace-newline-after: null
scss/at-if-closing-brace-space-after: null
scss/at-mixin-parentheses-space-before: null
scss/dollar-variable-colon-newline-after: null
scss/dollar-variable-colon-space-after: null
scss/dollar-variable-colon-space-before: null
scss/operator-no-newline-after: null
scss/operator-no-newline-before: null
scss/operator-no-unspaced: null

View File

@ -72,7 +72,6 @@
"sass": "^1.58.0",
"semver-parser": "^4.0.4",
"stylelint": "^15.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^7.0.0",
"typedoc": "^0.23.25",
"typescript": "^4.9.5",

View File

@ -1,5 +1,4 @@
@use 'sass:math';
@use 'sass:list';
@use 'sass:meta';
@use '../functions';

View File

@ -216,6 +216,7 @@ html .ui-button.ui-state-disabled:active {
.css-tab {
position: absolute;
left: calc(var(--split-location) - 1%);
@include -active-tab;
&,

View File

@ -1,5 +1,4 @@
@use 'sass:math';
@use '../breakpoints';
@use '../functions';

View File

@ -1,7 +1,6 @@
/*! Sass */
@charset 'utf-8';
@use 'config';
@use 'vendor/normalize';
@use 'vendor/sanitize';

View File

@ -1,6 +1,5 @@
@use '../config';
@use 'sass:math';
@use 'sass:color';
@use 'sass:list';
@use '../functions';
@ -59,8 +58,7 @@ $sl-colors: (
}
/* prettier-ignore */
$linear-channel-values:
0
$linear-channel-values: 0
.0003035269835488375
.000607053967097675
.0009105809506465125

View File

@ -1,5 +1,4 @@
@use 'sass:math';
@use '../breakpoints';
@use '../functions';

View File

@ -6330,7 +6330,6 @@ __metadata:
sass: ^1.58.0
semver-parser: ^4.0.4
stylelint: ^15.1.0
stylelint-config-prettier: ^9.0.5
stylelint-config-standard-scss: ^7.0.0
typedoc: ^0.23.25
typescript: ^4.9.5
@ -6761,18 +6760,6 @@ __metadata:
languageName: node
linkType: hard
"stylelint-config-prettier@npm:^9.0.5":
version: 9.0.5
resolution: "stylelint-config-prettier@npm:9.0.5"
peerDependencies:
stylelint: ">= 11.x < 15"
bin:
stylelint-config-prettier: bin/check.js
stylelint-config-prettier-check: bin/check.js
checksum: 3d04e463e0bb7e42a5ddec49eea6ef4ea07705d887e8a3ff1fcb82278a5e2bec1a36b8498ea7ed2d24878de29d7c94ac75b1d3ac4f8b19c3a84970595b29261f
languageName: node
linkType: hard
"stylelint-config-recommended-scss@npm:^9.0.0":
version: 9.0.0
resolution: "stylelint-config-recommended-scss@npm:9.0.0"