Skip to content

Commit 29a4fbc

Browse files
authored
Merge pull request #49 from MatrixAI/feature-eng-576-intrgrate-js-lint
Integrate js-lint and removing old linting elements
2 parents 0704da2 + 7f1f277 commit 29a4fbc

File tree

6 files changed

+3846
-2552
lines changed

6 files changed

+3846
-2552
lines changed

.eslintrc

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

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This library provides a JavaScript/TypeScript logger inspired by Python's logger.
44

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
8-
* Flexible composition of loggers, handlers and formatters
9-
* Custom formatting using template literals
10-
* Supports structured logging through a JSON formatter
11-
* Supports hierarchical logging through parent-child logger graph
12-
* CI/CD tests on Linux, MacOS and Windows
13-
* Zero runtime dependencies!
14-
* Comprehensive continuous benchmarks in CI/CD
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
8+
- Flexible composition of loggers, handlers and formatters
9+
- Custom formatting using template literals
10+
- Supports structured logging through a JSON formatter
11+
- Supports hierarchical logging through parent-child logger graph
12+
- CI/CD tests on Linux, MacOS and Windows
13+
- Zero runtime dependencies!
14+
- Comprehensive continuous benchmarks in CI/CD
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)