@nextcloud/stylelint-config
v3.0.1
Published
Stylelint shared config for nextcloud vue.js apps
Downloads
24,692
Readme
@nextcloud/stylelint-config
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
- Bump the package version with
npm version
- Push version bump commit
- Create a new release with proper changelog https://github.com/nextcloud/stylelint-config/releases/new