3.0.1 • Published 1 year ago

@nextcloud/stylelint-config v3.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 year ago

@nextcloud/stylelint-config

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
3.0.1

1 year ago

3.0.0

1 year ago

2.4.0

1 year ago

2.3.1

2 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0-beta.0

4 years ago