prettier/tests_integration/cli/config/rc-json/file.js

8 lines
137 B
JavaScript

function rcJson() {
console.log.apply(null, [
"rc-json/file.js",
"should have trailing comma",
"and single quotes"
]);
}