Skip to content

Commit

Permalink
docs: Add button to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Sep 5, 2024
1 parent 42ecf9f commit 9d46dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Global logger factory

[![npm version](https://badge.fury.io/js/global-logger-factory.svg)](https://www.npmjs.com/package/global-logger-factory)

Provides utility functions to easily set up logging.
Due to the nature of this library,
any configuration changes you make have an effect on any library that makes use of it.
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = opinionated({
tsconfigPath: [ './tsconfig.json', './scripts/tsconfig.json', './test/tsconfig.json' ],
},
ignores: [
// Can't figure out why linter is complaining about the TS in the README
'*.md',
],
});

0 comments on commit 9d46dfc

Please sign in to comment.