Skip to content

Commit

Permalink
Merge pull request #4 from waldoapp/vbfox/more-tweaks
Browse files Browse the repository at this point in the history
Remove an unused file and simplify the repository a bit more
  • Loading branch information
vbfox authored Aug 14, 2024
2 parents 9edc7eb + 5d94497 commit ac21601
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Waldo App
Copyright (c) 2024 Tricentis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"eslint:check": "yarn eslint --cache --cache-location=node_modules/.cache/eslint/ .",
"prettier:check": "prettier --cache --check .",
"prettier:format": "prettier --cache --write ."
},
"prettier": {
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}
}
20 changes: 0 additions & 20 deletions tests/scaffold-test.ts

This file was deleted.

0 comments on commit ac21601

Please sign in to comment.