Stylelint shared config for nextcloud apps
Перейти к файлу
dependabot[bot] e011e16a68
Merge pull request #116 from nextcloud-libraries/dependabot/npm_and_yarn/stylelint-16.10.0
2024-10-14 15:51:24 +00:00
.github Update dependabot-approve-merge.yml from org 2024-09-02 17:40:29 +02:00
LICENSES chore: Add SPDX header 2024-07-15 18:59:36 +02:00
.gitignore chore: Add SPDX header 2024-07-15 18:59:36 +02:00
AUTHORS.md chore: Add SPDX header 2024-07-15 18:59:36 +02:00
CHANGELOG.md chore: Add SPDX header 2024-07-15 18:59:36 +02:00
LICENSE Initial commit 2021-06-11 11:32:53 +02:00
README.md chore: Add SPDX header 2024-07-15 18:59:36 +02:00
REUSE.toml chore: Add SPDX header 2024-07-15 18:59:36 +02:00
index.js chore: Add SPDX header 2024-07-15 18:59:36 +02:00
package-lock.json chore(deps-dev): Bump stylelint from 16.9.0 to 16.10.0 2024-10-14 15:49:44 +00:00
package.json docs: update repo URLs 2024-07-15 19:00:10 +02:00

README.md

@nextcloud/stylelint-config

REUSE status npm last version Dependabot status

This is a package containing the unified global stylelint config used by all nextcloud apps. It contains the necessary dependencies and peerDependencies so that other apps cannot update if this config does not support it. Please always use dependabot to update your apps, OR pay attention to the peer dependencies error messages!

Installation

npm install @nextcloud/stylelint-config --save-dev

Usage

Add a file stylelint.config.js in the root directory of your app repository with the following content:

const stylelintConfig = require('@nextcloud/stylelint-config')

module.exports = stylelintConfig

Release new version

  1. Bump the package version with npm version
  2. Push version bump commit
  3. Create a new release with proper changelog https://github.com/nextcloud/stylelint-config/releases/new