prettier/tests/quote_props/jsfmt.spec.js

16 lines
308 B
JavaScript

run_spec(__dirname, ["flow", "babel"], {
quoteProps: "as-needed"
});
run_spec(__dirname, ["flow", "babel"], {
quoteProps: "preserve"
});
run_spec(__dirname, ["flow", "babel"], {
quoteProps: "consistent"
});
run_spec(__dirname, ["flow", "babel"], {
quoteProps: "consistent",
singleQuote: true
});