Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Updated prettier, esbuild
Browse files Browse the repository at this point in the history
Formatting
Fixed format not applying to entire directory
Fixed name in docs
  • Loading branch information
james-pre committed Mar 23, 2024
1 parent ebd0f18 commit 7e623a8
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 127 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*
!dist/**/*
!license.md

10 changes: 3 additions & 7 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"preset": "ts-jest/presets/default-esm",
"testEnvironment": "node",
"extensionsToTreatAsEsm": [
".ts"
],
"testMatch": [
"./**/*.test.ts"
],
"extensionsToTreatAsEsm": [".ts"],
"testMatch": ["./**/*.test.ts"],
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
},
Expand All @@ -20,4 +16,4 @@
]
},
"verbose": true
}
}
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Loading

0 comments on commit 7e623a8

Please sign in to comment.