UNPKG

254 BJavaScriptView Raw
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};