1.5.0 • Published 1 year ago

@alexasselin/stylelint-config1 v1.5.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

@sharegate/stylelint-config-recommended

License npm version

Shareable browserslist configuration for ShareGate.

Installation

Install the package.

With npm

npm i --save-dev @sharegate/stylelint-config-recommended

With yarn

yarn add --dev @sharegate/stylelint-config-recommended

Supported Browsers

You can list all supported browsers by following this link: https://browsersl.ist/#q=last+1+year%2C+%3E+0.2%25%2C+Firefox+ESR%2C+not+dead%2C+not+op_mini+all

Usage

Create a stylelint.config.js file at the root of your project with the following content:

/** @type {import('stylelint').Config} */
module.exports = {
    extends: "@sharegate/stylelint-config-recommended",
    defaultSeverity: "warning",
};

License

Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.