Skip to content

Commit f246bc4

Browse files
authored
chore: fix codacy issues (#36)
1 parent c3f0a77 commit f246bc4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.eslintrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
}
3838
},
3939
"rules": {
40+
"import/no-unresolved": [
41+
"error",
42+
{ "commonjs": true, "caseSensitive": true, "ignore": ["vitest"] }
43+
],
4044
"prettier/prettier": [
4145
"error",
4246
{

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src="./static/images/logo.png" />
55

66
[![product of the week](./static/images/devhunt-badge.svg)](https://devhunt.org/tool/node-file-router)
77

8+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f0e2838a1ddf48a89bec571a0f692834)](https://app.codacy.com/gh/Danilqa/node-file-router?utm_source=github.com&utm_medium=referral&utm_content=Danilqa/node-file-router&utm_campaign=Badge_Grade)
89
[![ci Status](https://github.com/danilqa/node-file-router/actions/workflows/deploy.yml/badge.svg)](https://github.com/Danilqa/node-file-router/actions)
910
[![npm downloads](https://snyk.io/test/github/danilqa/node-file-router/badge.svg)](https://snyk.io/test/github/danilqa/node-file-router)
1011
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danilqa/node-file-router/blob/main/LICENSE)
@@ -68,6 +69,10 @@ export default [
6869

6970
# Documentation
7071

72+
```bash
73+
npm i node-file-router
74+
```
75+
7176
Visit [website](https://danilqa.github.io/node-file-router/) to get started and view
7277
the full documentation.
7378

File renamed without changes.

0 commit comments

Comments
 (0)