@sap/eslint-plugin-cds
Version:
ESLint plugin including recommended SAP Cloud Application Programming model and environment rules
12 lines (10 loc) • 345 B
JavaScript
module.exports = {
reset: '\x1b[0m', // Default
bold: '\x1b[1m', // Bold/Bright
link: '\x1b[4m', // underline
red: '\x1b[91m', // Bright Foreground Red
green: '\x1b[32m', // Foreground Green
blue: '\x1b[34m', // Foreground Blue
orange: '\x1b[38;2;255;140;0m' // darker orange, works with bright and dark background
}