0.2.0 • Published 1 year ago

@adchitects/stylelint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@adchitects/stylelint-config

package version badge

➡️ Extendable stylelint icon configuration, part of the adchitects/configs project.


Prerequisites

node.js version support badge supported stylelint version badge

ℹ️ This configuration package require these tools to use locally on your device(s):

  1. node.js icon Latest Node.js LTS (Long-Term Support) version
  2. One of Node.js package managers:
    • pnpm icon
    • yarn icon
    • npm icon
  3. Latest stylelint icon version

Basic usage

👣 Follow the steps below:

  1. Install it with the node.js icon package manager of your choice (in our case, we use pnpm icon).

     pnpm install --save-dev stylelint @adchitects/stylelint-config
  2. Create a stylelint icon - .stylelintrc.(c)js.

  3. Extend this module package configuration.

    /** @type {import("stylelint").Config} */
    const config = {
    	extends: "@adchitects/stylelint-config",
    };
    
    module.exports = config;

📖 For the stylelint icon usage, please refer to its documentation.


Used configurations & plugins

Dependencies badge

⚙️ This configuration module for Stylelint loads configurations and plugins options conditionally.

Configurations

ConfigurationsVersionLoading condition(s)
stylelint-config-prettierstylelint-config-prettier version badgeprettier as dependency
stylelint-config-standardstylelint-config-prettier version badgeNO sass as dependency
stylelint-config-standard-scssstylelint-config-prettier version badgesass as dependency

Plugins

PluginVersionLoading condition(s)
stylelint-high-performance-animationstylelint-high-performance-animation version badge-
stylelint-no-unsupported-browser-featuresstylelint-no-unsupported-browser-features version badge-
stylelint-orderstylelint-order version badge-
stylelint-scssstylelint-scss version badgesass as dependency

Security

workflow security badge

🔐 For more information, please refer to the Security section at the root of the adchitects/configs monorepo.


Contributing

contributors badge

🤝 Contributions of any kind are welcome!

Please refer to the monorepo (adchitects/configs) project's CONTRIBUTING file for more information if you wish to get involved.


License

license badge

⚖️ For more information, please refer to the License section at the root of the adchitects/configs monorepo.


Resources