@shiva-fw/cli 1.0.0 → 1.0.1
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.
- package/package.json +1 -1
- package/.editorconfig +0 -38
- package/.gitattributes +0 -18
- package/.nvmrc +0 -1
package/package.json
CHANGED
package/.editorconfig
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
root = true
|
|
2
|
-
|
|
3
|
-
[*]
|
|
4
|
-
charset = utf-8
|
|
5
|
-
end_of_line = lf
|
|
6
|
-
indent_size = 4
|
|
7
|
-
indent_style = space
|
|
8
|
-
insert_final_newline = true
|
|
9
|
-
trim_trailing_whitespace = true
|
|
10
|
-
|
|
11
|
-
[*.md]
|
|
12
|
-
trim_trailing_whitespace = false
|
|
13
|
-
|
|
14
|
-
[*.{yml,yaml}]
|
|
15
|
-
indent_size = 2
|
|
16
|
-
|
|
17
|
-
[*.{json,xml}]
|
|
18
|
-
indent_size = 2
|
|
19
|
-
|
|
20
|
-
[*.{js,ts,jsx,tsx}]
|
|
21
|
-
indent_size = 2
|
|
22
|
-
|
|
23
|
-
[*.{css,scss}]
|
|
24
|
-
indent_size = 2
|
|
25
|
-
|
|
26
|
-
[*.lua]
|
|
27
|
-
indent_size = 4
|
|
28
|
-
|
|
29
|
-
[*.lua.tpl]
|
|
30
|
-
indent_size = 4
|
|
31
|
-
|
|
32
|
-
[*.{sh,bash}]
|
|
33
|
-
indent_style = tab
|
|
34
|
-
indent_size = 4
|
|
35
|
-
|
|
36
|
-
[{Makefile,**.mk}]
|
|
37
|
-
indent_style = tab
|
|
38
|
-
indent_size = 4
|
package/.gitattributes
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
* text=auto eol=lf
|
|
2
|
-
|
|
3
|
-
*.css diff=css
|
|
4
|
-
*.html diff=html
|
|
5
|
-
*.md diff=markdown
|
|
6
|
-
*.lua diff=lua
|
|
7
|
-
*.tsx diff=typescriptreact
|
|
8
|
-
*.ts diff=typescript
|
|
9
|
-
*.yml diff=yaml
|
|
10
|
-
*.sh diff=bash
|
|
11
|
-
*.js diff=javascript
|
|
12
|
-
*.json diff=json
|
|
13
|
-
|
|
14
|
-
# Mark generated files
|
|
15
|
-
package-lock.json linguist-generated=true
|
|
16
|
-
|
|
17
|
-
/.github export-ignore
|
|
18
|
-
CHANGELOG.md export-ignore
|
package/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
24
|