|
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
|
| Rev | Line | |
|---|
| [9af201e] | 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | module.exports = function() {
|
|---|
| 4 | return `
|
|---|
| 5 | The '--print-config' CLI option requires a path to a source code file rather than a directory.
|
|---|
| 6 | See 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.