@sheplu/editorconfig 0.8.4 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/index.js +0 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -118,3 +118,7 @@ npx @sheplu/editorconfig --mode=diff
118
118
  - [ ] Add tests and CI examples
119
119
 
120
120
  Additional properties can be found on the [editorconfig wiki](https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties).
121
+
122
+ ## Documentation
123
+
124
+ [Editorconfig documentation](https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties)
package/index.js CHANGED
@@ -16,7 +16,6 @@ trim_trailing_whitespace = true
16
16
  insert_final_newline = true
17
17
  quote_type = single
18
18
  spaces_around_operators = true
19
-
20
19
  `;
21
20
 
22
21
  export function createEditorConfig(path = '.editorconfig') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheplu/editorconfig",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {