Skip to content

Commit

Permalink
feat: integrate @reallyland/tools
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Mar 20, 2022
1 parent cfa6652 commit 30dc8a1
Show file tree
Hide file tree
Showing 13 changed files with 288 additions and 3,397 deletions.
8 changes: 0 additions & 8 deletions .build.eslintrc.json

This file was deleted.

12 changes: 4 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
# https://editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2
indent_style = space

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = true
73 changes: 0 additions & 73 deletions .eslintrc.json

This file was deleted.

5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Automatically normalize line endings for all text-based files
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto

# For the following file types, normalize line endings to LF on
Expand All @@ -8,10 +8,13 @@
# for example, after the build script is run)
.* text eol=lf
*.css text eol=lf
*.dart text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.rs text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.ts text eol=lf
Expand Down
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# .gitignore 101 - https://www.quora.com/Does-gitignore-file-only-work-on-current-folder

# dot files
# dot files/ folders
.*cache
.build/
.DS_Store
.firebase/
.nyc_output
.tmp/
.vscode
*.env
*.tsbuildinfo

# debug
*.idea
*.local
*.log*
*.tsbuildinfo

# folders
coverage*/
dist*/
log*/
node_modules/
web_modules/

# Do not ignore
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# User config
foreground-scripts=true
message="chore(release): %s :tada:"
package-lock=true
preid=rc
progress=true
quiet=true
Expand Down
32 changes: 0 additions & 32 deletions list-npx-cache.sh

This file was deleted.

Loading

0 comments on commit 30dc8a1

Please sign in to comment.