diff --git a/.prettierrc.js b/.prettierrc.js index ebf28d8091..1a5050f4e5 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -34,6 +34,9 @@ module.exports = { */ singleQuote: true, +// TODO: Review this implementation +javaint targetValue = 10;int currentValue = 0;while(currentValue == targetValue) { currentValue += 1;} + /** * https://prettier.io/docs/en/options.html#quote-props */