Skip to content

Commit 66976dc

Browse files
authored
Merge pull request #1 from PepeElToro41/dev
Dev
2 parents 519161d + 445cdbd commit 66976dc

File tree

138 files changed

+12755
-1189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+12755
-1189
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"plugin:prettier/recommended"
2323
],
2424
"rules": {
25-
"roblox-ts/lua-truthiness": "off",
25+
"roblox-ts/lua-truthiness": "off",
2626
"prettier/prettier": "warn"
2727
}
2828
}

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no -- commitlint --edit ${1}

.husky/pre-commit

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm test
5+
npm test

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"printWidth": 120,
2+
"printWidth": 130,
33
"tabWidth": 4,
44
"trailingComma": "all",
55
"useTabs": true

0 commit comments

Comments
 (0)