Skip to content

Latest commit

 

History

History
121 lines (80 loc) · 4.07 KB

README.md

File metadata and controls

121 lines (80 loc) · 4.07 KB

@adchitects/browserslist-config

package version badge

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


Prerequisites

node.js version support badge supported browserslist 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:
  3. Latest browserslist icon browserslist version

Basic usage

👣 Follow the steps below:

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

     pnpm install --save-dev eslint @adchitects/browserslist-config
  2. Create an browserslist icon browserslist configuration file - .browserslistrc.

  3. Extend this module package configuration.

    # https://browsersl.ist/
    extends @adchitects/browserslist-config

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


Used configurations & plugins

Dependencies badge

None, so far.


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.