Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

spotify/eslint-config-oss

Repository files navigation

@spotify/eslint-config-oss

Actions Status Version

A simple ESLint config which, when extended onto your ESLint config, will show alerts when required license headers are missing from your source files in Spotify open source projects.

Usage

module.exports = {
  extends: ['@spotify', '@spotify/eslint-config-oss'],
};

Contributing

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

Publish should occur on merge using web-scripts and semantic-release. Please use conventional commits to signal what the new version should be.