Skip to content
/ UseStrict Public

Package for Sublime Text 3. Insert "use strict" directive to the top of the file.

License

Notifications You must be signed in to change notification settings

phts/UseStrict

Repository files navigation

UseStrict

Package Control

Package for Sublime Text 3. Insert "use strict" directive to the top of the file.

Install

Via Package Control:

Open Command Palette → Package Control: Install PackageUseStrict

Usage

Run command UseStrict: Insert "use strict" to the top of the file and it will append 'use strict' to the top of the active file.

Settings

{
  // Whether to insert semicolon after the "use strict" directive
  "semicolon": false,

  // String quote symbol to use in the "use strict" directive. Can be "'", "\"" or even any string.
  "quote_symbol": "'",
}

About

Package for Sublime Text 3. Insert "use strict" directive to the top of the file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages