Skip to content

Commit 44c5bcc

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

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.prettierrc

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

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# js-logger
22

3-
This library provides a JavaScript/TypeScript logger inspired by Python's logger.
4-
5-
- Simple logging with default handlers supporting `console.log`, `console.error`, and `process.stderr`.
6-
- Fast, logging level checks or log filters are applied **before** log records are created
7-
- Complex log records properties support lazy evaluation, so they evaluated only when they need to be rendered
3+
This library provides a JavaScript/TypeScript logger inspired by Python's
4+
logger.
5+
6+
- Simple logging with default handlers supporting `console.log`,
7+
`console.error`, and `process.stderr`.
8+
- Fast, logging level checks or log filters are applied **before** log records
9+
are created
10+
- Complex log records properties support lazy evaluation, so they evaluated only
11+
when they need to be rendered
812
- Flexible composition of loggers, handlers and formatters
913
- Custom formatting using template literals
1014
- Supports structured logging through a JSON formatter
@@ -44,7 +48,8 @@ loggerChild.info(
4448
);
4549
```
4650

47-
There's lots more options available in the source code. See the docs and see the source code for more details.
51+
There's lots more options available in the source code. See the docs and see the
52+
source code for more details.
4853

4954
## Development
5055

package-lock.json

Lines changed: 4 additions & 4 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
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@matrixai/id": "^4.0.0",
40-
"@matrixai/lint": "^0.2.6",
40+
"@matrixai/lint": "^0.2.11",
4141
"@swc/core": "1.3.82",
4242
"@swc/jest": "^0.2.29",
4343
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)