UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

12 lines (8 loc) 157 B
"use strict"; module.exports = function (it) { const { path, message } = it; return ` Failed to read JSON file at ${path}: ${message} `.trimStart(); };