UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

12 lines (8 loc) 245 B
// This file will highlight the passed code using the custom theme when run via: "node highlight-json" 'use strict' var cardinal = require('..') var json = JSON.stringify({ foo: 'bar', baz: 'quux' }) console.log(cardinal.highlight(json))