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

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 254 bytes
RevLine 
[9af201e]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.