Skip to content

Commit 9d46dfc

Browse files
committed
docs: Add button to README
1 parent 42ecf9f commit 9d46dfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Global logger factory
22

3+
[![npm version](https://badge.fury.io/js/global-logger-factory.svg)](https://www.npmjs.com/package/global-logger-factory)
4+
35
Provides utility functions to easily set up logging.
46
Due to the nature of this library,
57
any configuration changes you make have an effect on any library that makes use of it.

eslint.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = opinionated({
55
tsconfigPath: [ './tsconfig.json', './scripts/tsconfig.json', './test/tsconfig.json' ],
66
},
77
ignores: [
8-
// Can't figure out why linter is complaining about the TS in the README
98
'*.md',
109
],
1110
});

0 commit comments

Comments
 (0)