@sheplu/eslint-config-jsdoc 0.1.0 → 0.1.2

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 (2) hide show
  1. package/.editorconfig +13 -0
  2. package/package.json +1 -1
package/.editorconfig ADDED
@@ -0,0 +1,13 @@
1
+ root = true
2
+
3
+ [*]
4
+ indent_style = tab
5
+ indent_size = 4
6
+ tab_width = 4
7
+ end_of_line = lf
8
+ charset = utf-8
9
+ spelling_language = en
10
+ trim_trailing_whitespace = true
11
+ insert_final_newline = true
12
+ quote_type = single
13
+ spaces_around_operators = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheplu/eslint-config-jsdoc",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {