chore: npm run fmt

This commit is contained in:
AJ ONeal
2024-12-18 22:08:20 +00:00
parent 83a214a032
commit 976602236b
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ To run them manually on your code;
jhint -c ./.jshintrc *.js */*.js
```
- fixjson \
(turns JavaScript Objects with comments, trailing commas, etc into actual
json)
(turns JavaScript Objects with comments, trailing commas, etc into actual json)
```sh
fixjson -i 2 -w ./package.json
```