source:
frontend/node_modules/eslint/messages/print-config-with-directory-path.js
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 254 bytes | |
| Line | |
|---|---|
| 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.
