-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some plugins #2
Labels
Comments
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 15, 2021
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 12, 2023
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 12, 2023
From https://github.com/isnotdefinedcom/stylelint-plugin Ref #2 Add some plugins
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 12, 2023
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 12, 2023
EvgenyOrekhov
added a commit
that referenced
this issue
Nov 12, 2023
- https://github.com/jeddy3/stylelint-scales - https://github.com/a-tokyo/stylelint-rem-over-px Also: - Enforce `s` unit for animations - Allow only `data` and `https` schemes in `url()` - Disallow units: `cm`, `mm`, `Q`, `in`, `pc`, `pt`, `em` Ref #2 Add some plugins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stylelint-suitcss
: A collection of stylelint plugins for SUIT CSS, including deprecated:root
rules (plugin pack). Add stylelint-suitcss plugin #6stylelint-a11y
: Accessibility rules (plugin pack).stylelint-at-rule-no-children
: Disallow block rule declarations inside at-rules (with a few exceptions).stylelint-no-indistinguishable-colors
: Disallow colors that are suspiciously close to being identical.stylelint-use-nesting
: Enforce nesting when it is possible in CSS.stylelint-declaration-block-no-ignored-properties
: Disallow property values that are ignored due to another property value in the same rule. Add stylelint-declaration-block-no-ignored-properties plugin #4stylelint-declaration-strict-value
: Specify properties for which either a variable ($sass
,@less
,var(--cssnext)
), function or custom CSS keyword (inherit
,none
, etc.) must be used for its value. Enforce usage of variables for colors #3stylelint-group-selectors
: Identify the selectors, which can be grouped, as they have same set of properties and values. Add stylelint-group-selectors plugin #29stylelint-order
: Specify the ordering of things e.g. properties within declaration blocks (plugin pack). Add stylelint-config-recess-order #31stylelint-config-standard-scss
: The standard shareable SCSS config for Stylelint. 3359373stylelint-high-performance-animation
: Stylelint rule for preventing the use of low performance animation and transition properties.@isnotdefined/no-obsolete
rule from@isnotdefined/stylelint-plugin
stylelint-plugin-defensive-css
: A Stylelint plugin for enforcing defensive CSS best practices.stylelint-scales
: A Stylelint plugin pack to enforce numeric scales.(the most outdated), orstylelint-use-logical
stylelint-use-logical-spec
, orstylelint-plugin-logical-css
(the most feature-complete): Enforce usage of logical properties and values in CSS.stylelint-rem-over-px
Stylelint rule to enforce the usage of rem units over px units.stylelint-8-point-grid
: Validate CSS with 8-point grid guidelinestylelint-color-control
: Control color usage in CSS.stylelint-color-format
: Convert HEX colors to either RGB or HSL.stylelint-csstree-validator
: Validate CSS values to match W3C specs and browsers extensions.stylelint-declaration-use-variable
: Specify properties for which a variable must be used for its value.stylelint-force-app-name-prefix
: Force rules to have app name as prefix.stylelint-images
: Check your CSS images to improve the performance and avoid common mistakes (plugin pack).stylelint-itcss
: A set of rules to enforce ITCSS architecture.stylelint-media-use-custom-media
: Enforce usage of custom media queries in CSSstylelint-no-browser-hacks
: Disallow browser hacks that are irrelevant to the browsers you are targeting; uses stylehacks.stylelint-no-unsupported-browser-features
: Disallow features that are unsupported by the browsers that you are targeting.stylelint-no-unused-selectors
: Disallow unused selectors, i.e., selectors that are not referenced from documents.stylelint-plugin-ecss
: A set of rules to enforceEnduring CSS
architecture.stylelint-prettier
: Runs Prettier as a stylelint rule.stylelint-react-native
: Enforce React Native specific linting rules (plugin pack).stylelint-rscss
: Validate RSCSS conventions.stylelint-scss
: Enforce a wide variety of SCSS-syntax specific linting rules (plugin pack).stylelint-selector-bem-pattern
: Specify a BEM pattern for selectors (incorporates postcss-bem-linter).stylelint-selector-no-empty
: Disallow empty Selectors.stylelint-selector-tag-no-without-class
: Disallow certain tags without a class qualifier in selectors. Add stylelint-selector-tag-no-without-class plugin #5stylelint-value-no-unknown-custom-properties
: Disallow unknown custom properties.stylelint-z-index-value-constraint
: Specify minimum and maximum constraint value for z-index.scales/z-indices
is betterhttps://github.com/stylelint/stylelint/blob/master/docs/user-guide/plugins.md
The text was updated successfully, but these errors were encountered: