thingies
This commit is contained in:
parent
c44d00c625
commit
a561131d0c
1260 changed files with 295975 additions and 0 deletions
11
parts/3/phonebookBackend/node_modules/eslint/messages/failed-to-read-json.js
generated
vendored
Normal file
11
parts/3/phonebookBackend/node_modules/eslint/messages/failed-to-read-json.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
|
||||
module.exports = function (it) {
|
||||
const { path, message } = it;
|
||||
|
||||
return `
|
||||
Failed to read JSON file at ${path}:
|
||||
|
||||
${message}
|
||||
`.trimStart();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue