ReSharper 2017.3 Help

JavaScript - CodeStyle

Quotes

Quote style

Property names:

[resharper_]js_quote_style, [resharper_]quote_style

Defines whether single-quotes (') or double-quotes (") should be used for string literals

Possible values:

  • doublequoted: Quote: "
  • singlequoted: Apostrophe: '

Statements

Defines how statements are terminated

Property names:

[resharper_]js_termination_style, [resharper_]termination_style

Defines how statements are terminated

Possible values:

  • drop_semicolon: Drop semicolons
  • ensure_semicolon: Ensure semicolons
Last modified: 16 April 2018