版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

9 строки
254 B

  1. "use strict";
  2. module.exports = function() {
  3. return `
  4. The '--print-config' CLI option requires a path to a source code file rather than a directory.
  5. See also: https://eslint.org/docs/latest/use/command-line-interface#--print-config
  6. `.trimStart();
  7. };