0.0.4 • Published 6 months ago
@cortexapps/eslint-config-oss v0.0.4
@cortexapps/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 Cortex open source projects.
Usage
module.exports = {
extends: ['@cortexapps/eslint-config-oss'],
};