projecte_ionic/node_modules/eslint/messages/failed-to-read-json.js
2022-02-09 18:30:03 +01:00

12 lines
161 B
JavaScript
Executable file

"use strict";
module.exports = function(it) {
const { path, message } = it;
return `
Failed to read JSON file at ${path}:
${message}
`.trimLeft();
};