Skip to content

Commit e2553ce

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent 4311723 commit e2553ce

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Asynchronous monitor.
44

5-
Because decorators are experimental, you must enable: `"experimentalDecorators": true` in your `tsconfig.json` to use this library.
5+
Because decorators are experimental, you must enable:
6+
`"experimentalDecorators": true` in your `tsconfig.json` to use this library.
67

78
## Installation
89

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@matrixai/async-locks": "^3.2.0"
2525
},
2626
"devDependencies": {
27-
"@matrixai/lint": "^0.2.6",
27+
"@matrixai/lint": "^0.2.11",
2828
"@swc/core": "^1.3.62",
2929
"@swc/jest": "^0.2.26",
3030
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)