Skip to content

Commit

Permalink
feat(project): 🎉 add new toolings (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy authored Mar 28, 2023
1 parent 3bb1684 commit 7a066dc
Show file tree
Hide file tree
Showing 80 changed files with 6,210 additions and 6,050 deletions.
29 changes: 29 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "navin-moorthy",
"name": "Navin Moorthy",
"avatar_url": "https://avatars.githubusercontent.com/u/39694575?v=4",
"profile": "https://navinmoorthy.me/",
"contributions": ["code", "a11y", "doc", "design", "ideas", "maintenance"]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com",
"contributions": ["tool"]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": ["README.md"],
"imageSize": 100,
"projectName": "next-react-app",
"projectOwner": "navin-moorthy",
"repoHost": "https://github.com",
"repoType": "github"
}
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://editorconfig.org
root = true

[*]
# Non-configurable Prettier behaviors
charset = utf-8
insert_final_newline = true
# Caveat: Prettier won’t trim trailing whitespace inside template strings, but your editor might.
trim_trailing_whitespace = true

# Configurable Prettier behaviors
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 80
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
.eslintcache
.stylelintcache
.prettiercache
.cspellcache

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
# npm
.npm
.npmrc

# Yarn 2
.pnp/
Expand Down
Loading

1 comment on commit 7a066dc

@vercel
Copy link

@vercel vercel bot commented on 7a066dc Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.