phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

feat: adding stylelint #364

Closed shaal closed 8 months ago

shaal commented 1 year ago

Description

CSS structure is very different between components / projects. We should add stylelint (used by Drupal core - https://www.drupal.org/node/2868114) to organize CSS files.

@todo, we should rename the extension of all source CSS files to pcss.css, then it's easier to target these files (vs. compiled CSS file which would be .css.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 9fae206474b32c092531572e008bdc4700e5971a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 1 year ago

Deploy Preview for outlinejs ready!

Name Link
Latest commit 9fae206474b32c092531572e008bdc4700e5971a
Latest deploy log https://app.netlify.com/sites/outlinejs/deploys/646bad0c282d8d00085c0c7b
Deploy Preview https://deploy-preview-364--outlinejs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

socket-security[bot] commented 1 year ago

New dependency changes detected. Learn more about Socket for GitHub β†—οΈŽ


πŸ‘ No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts βœ… 0 issues
Native code βœ… 0 issues
Bin script shell injection βœ… 0 issues
Unresolved require βœ… 0 issues
Invalid package.json βœ… 0 issues
HTTP dependency βœ… 0 issues
Git dependency βœ… 0 issues
Potential typo squat βœ… 0 issues
Known Malware βœ… 0 issues
Telemetry βœ… 0 issues
Protestware/Troll package βœ… 0 issues

πŸ“Š Modified Dependency Overview:

βž• Added Package Capability Access +/- Transitive Count Publisher
stylelint@15.6.2 filesystem, environment +29 mattxwang
stylelint-config-standard@33.0.0 None +31 ybiquitous
stylelint-checkstyle-formatter@0.1.2 None +0 mhmadhamster
stylelint-order@6.0.3 None +31 hudochenkov
glitchgirl commented 8 months ago

using prettier instead https://github.com/phase2/outline/pull/397