@spotify/eslint-config-oss
v1.0.2
Published
ESLint config for use in Spotify's open source JS/TS projects
Downloads
3,037
Readme
@spotify/eslint-config-oss
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.