Skip to content

Commit

Permalink
dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 11, 2024
1 parent da2379f commit 31b2e20
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ test
.ncurc.json
.npmignore
.prettierignore
.prettierrc.json
eslint.config.*
prettier.config.*
tsconfig.json
7 changes: 0 additions & 7 deletions .prettierrc.json

This file was deleted.

357 changes: 199 additions & 158 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"homepage": "https://github.com/cityssm/get-canadian-bank-name#readme",
"devDependencies": {
"@types/node": "^20.14.1",
"eslint-config-cityssm": "^3.2.0"
"@types/node": "^20.14.2",
"eslint-config-cityssm": "^4.0.0",
"prettier-config-cityssm": "^1.0.0"
}
}
1 change: 1 addition & 0 deletions prettier.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'prettier-config-cityssm';
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'prettier-config-cityssm';
1 change: 1 addition & 0 deletions prettier.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'prettier-config-cityssm'

0 comments on commit 31b2e20

Please sign in to comment.