UNPKG

fmtjson

Version:
11 lines (9 loc) 126 B
'use strict' const fmtjson = require('fmtjson') fmtjson([ 'src/**/*.json' ], { sort: true }).then(() => { /* ... */ })