You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ body:
28
28
- type: input
29
29
id: js_prettier_version
30
30
attributes:
31
-
label: JsPrettier plug-in version
31
+
label: JsPrettier plugin version
32
32
description: Located in the [package.json](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/package.json#L3 "Go to version in package.json") file
Copy file name to clipboardExpand all lines: JsPrettier.sublime-settings
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
// 1. Locally installed prettier relative to active view.
36
36
// 2. Locally installed prettier relative to the Sublime Text Project file's root directory. e.g.: `node_modules/.bin/prettier` and `node_modules/prettier/bin-prettier.js`.
37
37
// 3. The current user home directory. e.g.: `$HOME/node_modules/.bin/prettier`.
38
-
// 4. JsPrettier Sublime Text plug-in directory.
38
+
// 4. JsPrettier Sublime Text plugin directory.
39
39
// 5. Globally installed prettier.
40
40
//
41
41
// macOS and Linux examples:
@@ -217,7 +217,7 @@
217
217
// forcefully terminated.
218
218
//
219
219
// To avoid this problematic behavior, or until the defect is resolved, you
220
-
// can disable the plug-in (JsPrettier) from ever passing the cursor offset
220
+
// can disable the plugin (JsPrettier) from ever passing the cursor offset
221
221
// position to Prettier by setting the `disable_prettier_cursor_offset` value to `true`.
222
222
//
223
223
// Related Issues:
@@ -383,7 +383,7 @@
383
383
// Which parser to use. Valid options are "flow", "babel",
384
384
// "typescript", "css", "json", "graphql", "markdown" and "yaml".
385
385
//
386
-
// NOTE: The `parser` option is automatically set by the plug-in
386
+
// NOTE: The `parser` option is automatically set by the plugin
387
387
// (JsPrettier), based on the contents of current file or selection.
> [JsPrettier] is a Sublime Text Plug-in for [Prettier], the opinionated code
8
+
> [JsPrettier] is a Sublime Text Plugin for [Prettier], the opinionated code
9
9
> formatter.
10
10
11
11
[](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/screenshots/demo.gif)
@@ -25,12 +25,12 @@
25
25
-[Install JsPrettier Using Git](#install-jsprettier-using-git)
26
26
-[Usage](#usage)
27
27
-[Command Scope](#command-scope)
28
-
-[Plug-in Settings and Prettier Options](#plug-in-settings-and-prettier-options)
29
-
-[Plug-in Settings](#plug-in-settings)
28
+
-[Plugin Settings and Prettier Options](#plugin-settings-and-prettier-options)
0 commit comments