Skip to content

Commit 5a8dd68

Browse files
Reformat code
Original commit: 04a61b6 This is an automated task. If you have questions or concerns about this task, please contact the repository owner.
1 parent 04a61b6 commit 5a8dd68

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

discord-css/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
**/*.css
2-
**/*.css.map
2+
**/*.css.map

http/.bashrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
unset HISTFILE
22
source /usr/local/bin/bashrc/.bashrc
3-

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"scripts": {"prettier":"prettier"},
2+
"scripts": {
3+
"prettier": "prettier"
4+
},
35
"devDependencies": {
46
"@prettier/plugin-php": "^0.22.2",
57
"prettier": "^3.4.1",

www/css/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
**/*.css
2-
**/*.css.map
2+
**/*.css.map

www/ts/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**/*.js
1+
**/*.js

0 commit comments

Comments
 (0)