1.0.2 • Published 4 years ago

@spotify/eslint-config-oss v1.0.2

Weekly downloads
2,608
License
Apache-2.0
Repository
github
Last release
4 years ago

@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.