source: imaps-frontend/node_modules/eslint/messages/print-config-with-directory-path.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 254 bytes
Line 
1"use strict";
2
3module.exports = function() {
4 return `
5The '--print-config' CLI option requires a path to a source code file rather than a directory.
6See also: https://eslint.org/docs/latest/use/command-line-interface#--print-config
7`.trimStart();
8};
Note: See TracBrowser for help on using the repository browser.