0.0.3 • Published 2 years ago

@cortexapps/eslint-config-oss v0.0.3

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

@cortexapps/eslint-config-oss

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 Cortex open source projects.

Usage

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