Skip to content

Commit 30ce258

Browse files
committed
Fix stylelint
1 parent 8d8af93 commit 30ce258

File tree

4 files changed

+56
-35
lines changed

4 files changed

+56
-35
lines changed

.github/_workflow-samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This workflow assumes that the site is served from the root of the URL (eg. devs
1919

2020
```
2121
- name: Build
22-
run: BASEURL="https://devseed.com/explorer" yarn build
22+
run: PUBLIC_URL="https://devseed.com/explorer" yarn build
2323
2424
- name: Serve site from subpath
2525
run: |

.stylelintrc.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"processors": [
3-
"stylelint-processor-styled-components"
4-
],
52
"extends": [
6-
"stylelint-config-recommended",
3+
"stylelint-config-standard",
74
"stylelint-config-styled-components"
85
],
6+
"customSyntax": "postcss-styled-syntax",
97
"rules": {
108
"font-family-no-missing-generic-family-keyword": null,
119
"no-descending-specificity": [

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clean": "gulp clean",
2323
"lint": "yarn lint:scripts && yarn lint:css",
2424
"lint:scripts": "eslint app/scripts/",
25-
"lint:css": "stylelint 'app/styles/**/**' 'app/scripts/**/*.js'",
25+
"lint:css": "stylelint 'app/scripts/**/*.{js,ts,jsx,tsx}'",
2626
"ts-check": "yarn tsc --noEmit --skipLibCheck",
2727
"test": "jest"
2828
},
@@ -67,14 +67,14 @@
6767
"jest-environment-jsdom": "^29.4.3",
6868
"parcel": "^2.8.3",
6969
"portscanner": "^2.2.0",
70+
"postcss-styled-syntax": "^0.4.0",
7071
"posthtml-expressions": "^1.11.0",
7172
"prettier": "^2.8.4",
7273
"process": "^0.11.10",
7374
"stream-browserify": "^3.0.0",
7475
"stylelint": "^15.1",
75-
"stylelint-config-recommended": "^10.0.1",
76+
"stylelint-config-standard": "^30.0.1",
7677
"stylelint-config-styled-components": "^0.1.1",
77-
"stylelint-processor-styled-components": "^1.10.0",
7878
"ts-jest": "^29.0.5",
7979
"typescript": "^4.9.5"
8080
},
@@ -88,4 +88,4 @@
8888
"$utils": "~/app/scripts/utils",
8989
"$test": "~/test"
9090
}
91-
}
91+
}

yarn.lock

+49-26
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
chalk "^2.0.0"
537537
js-tokens "^4.0.0"
538538

539-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.8.3":
539+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
540540
version "7.20.15"
541541
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
542542
integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
@@ -1898,7 +1898,7 @@
18981898
debug "^4.1.0"
18991899
globals "^11.1.0"
19001900

1901-
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3":
1901+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2":
19021902
version "7.20.13"
19031903
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
19041904
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
@@ -3315,6 +3315,11 @@
33153315
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
33163316
integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
33173317

3318+
"@typescript-eslint/[email protected]":
3319+
version "5.55.0"
3320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
3321+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
3322+
33183323
"@typescript-eslint/[email protected]":
33193324
version "5.26.0"
33203325
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
@@ -3341,6 +3346,19 @@
33413346
semver "^7.3.7"
33423347
tsutils "^3.21.0"
33433348

3349+
"@typescript-eslint/typescript-estree@^5.47.0":
3350+
version "5.55.0"
3351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
3352+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
3353+
dependencies:
3354+
"@typescript-eslint/types" "5.55.0"
3355+
"@typescript-eslint/visitor-keys" "5.55.0"
3356+
debug "^4.3.4"
3357+
globby "^11.1.0"
3358+
is-glob "^4.0.3"
3359+
semver "^7.3.7"
3360+
tsutils "^3.21.0"
3361+
33443362
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
33453363
version "5.26.0"
33463364
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
@@ -3383,6 +3401,14 @@
33833401
"@typescript-eslint/types" "5.52.0"
33843402
eslint-visitor-keys "^3.3.0"
33853403

3404+
"@typescript-eslint/[email protected]":
3405+
version "5.55.0"
3406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
3407+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
3408+
dependencies:
3409+
"@typescript-eslint/types" "5.55.0"
3410+
eslint-visitor-keys "^3.3.0"
3411+
33863412
abab@^2.0.6:
33873413
version "2.0.6"
33883414
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -5424,6 +5450,11 @@ estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
54245450
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
54255451
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
54265452

5453+
estree-walker@^2.0.2:
5454+
version "2.0.2"
5455+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
5456+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
5457+
54275458
esutils@^2.0.2:
54285459
version "2.0.3"
54295460
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -7734,7 +7765,7 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
77347765
snapdragon "^0.8.1"
77357766
to-regex "^3.0.2"
77367767

7737-
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
7768+
micromatch@^4.0.4, micromatch@^4.0.5:
77387769
version "4.0.5"
77397770
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
77407771
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -8405,11 +8436,6 @@ path-type@^4.0.0:
84058436
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
84068437
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
84078438

8408-
picocolors@^0.2.1:
8409-
version "0.2.1"
8410-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
8411-
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
8412-
84138439
picocolors@^1.0.0:
84148440
version "1.0.0"
84158441
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
@@ -8492,19 +8518,19 @@ postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.6:
84928518
cssesc "^3.0.0"
84938519
util-deprecate "^1.0.2"
84948520

8521+
postcss-styled-syntax@^0.4.0:
8522+
version "0.4.0"
8523+
resolved "https://registry.yarnpkg.com/postcss-styled-syntax/-/postcss-styled-syntax-0.4.0.tgz#5cfee32595b7db28e5d292fd70dc60a9c78fcbe6"
8524+
integrity sha512-LvG++K8LtIyX1Q1mNuZVQYmBo+SCwn90cEkMigo4/I0QwXrEiYt8nPeJ5rrI5Uuh+5w7hRfPyJKlvQdhVZBhUg==
8525+
dependencies:
8526+
"@typescript-eslint/typescript-estree" "^5.47.0"
8527+
estree-walker "^2.0.2"
8528+
84958529
postcss-value-parser@^4.2.0:
84968530
version "4.2.0"
84978531
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
84988532
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
84998533

8500-
postcss@^7.0.26:
8501-
version "7.0.39"
8502-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
8503-
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
8504-
dependencies:
8505-
picocolors "^0.2.1"
8506-
source-map "^0.6.1"
8507-
85088534
"postcss@^7.0.30 || ^8.0.0", postcss@^8.4.21:
85098535
version "8.4.21"
85108536
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
@@ -9574,21 +9600,18 @@ stylelint-config-recommended@^10.0.1:
95749600
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-10.0.1.tgz#25a8828acf6cde87dac6db2950c8c4ed82a69ae1"
95759601
integrity sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA==
95769602

9603+
stylelint-config-standard@^30.0.1:
9604+
version "30.0.1"
9605+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-30.0.1.tgz#a84d57c240c37f7db47023ab9d2e64c49090e1eb"
9606+
integrity sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg==
9607+
dependencies:
9608+
stylelint-config-recommended "^10.0.1"
9609+
95779610
stylelint-config-styled-components@^0.1.1:
95789611
version "0.1.1"
95799612
resolved "https://registry.yarnpkg.com/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz#b408388d7c687833ab4be4c4e6522d97d2827ede"
95809613
integrity sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==
95819614

9582-
stylelint-processor-styled-components@^1.10.0:
9583-
version "1.10.0"
9584-
resolved "https://registry.yarnpkg.com/stylelint-processor-styled-components/-/stylelint-processor-styled-components-1.10.0.tgz#8082fc68779476aac411d3afffac0bc833d77a29"
9585-
integrity sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==
9586-
dependencies:
9587-
"@babel/parser" "^7.8.3"
9588-
"@babel/traverse" "^7.8.3"
9589-
micromatch "^4.0.2"
9590-
postcss "^7.0.26"
9591-
95929615
stylelint@^15.1:
95939616
version "15.1.0"
95949617
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.1.0.tgz#24d7cbe06250ceca3b276393bfdeaaaba4356195"

0 commit comments

Comments
 (0)