eslintwork/node_modules/eslint/messages/print-config-with-directory-path.js
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

9 lines
253 B
JavaScript

"use strict";
module.exports = function() {
return `
The '--print-config' CLI option requires a path to a source code file rather than a directory.
See also: https://eslint.org/docs/user-guide/command-line-interface#--print-config
`.trimLeft();
};