Skip to content

Commit

Permalink
update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jul 30, 2024
1 parent e531d5e commit db41a7f
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 288 deletions.
7 changes: 0 additions & 7 deletions .prettierrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'eslint-config-cityssm'
export { default } from 'eslint-config-cityssm'
675 changes: 397 additions & 278 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 @@ -37,7 +37,8 @@
"url": "https://github.com/cityssm/node-cpa-codes/issues"
},
"devDependencies": {
"@types/node": "^20.12.12",
"eslint-config-cityssm": "^3.2.0"
"@types/node": "^22.0.0",
"eslint-config-cityssm": "^5.0.2",
"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 db41a7f

Please sign in to comment.