Skip to content

nextcloud-libraries/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nextcloud/eslint-config

npm last version travis build status Dependabot status

This is a package containing the unified global eslint 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/eslint-config --save-dev

Usage

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

module.exports = {
	extends: [
		'@nextcloud',
	],
}

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/eslint-config/releases/new