File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"rules" : {
40
+ "import/no-unresolved" : [
41
+ " error" ,
42
+ { "commonjs" : true , "caseSensitive" : true , "ignore" : [" vitest" ] }
43
+ ],
40
44
"prettier/prettier" : [
41
45
" error" ,
42
46
{
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ src="./static/images/logo.png" />
5
5
6
6
[ ![ product of the week] ( ./static/images/devhunt-badge.svg )] ( https://devhunt.org/tool/node-file-router )
7
7
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 )
8
9
[ ![ ci Status] ( https://github.com/danilqa/node-file-router/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/Danilqa/node-file-router/actions )
9
10
[ ![ npm downloads] ( https://snyk.io/test/github/danilqa/node-file-router/badge.svg )] ( https://snyk.io/test/github/danilqa/node-file-router )
10
11
[ ![ 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 [
68
69
69
70
# Documentation
70
71
72
+ ``` bash
73
+ npm i node-file-router
74
+ ```
75
+
71
76
Visit [ website] ( https://danilqa.github.io/node-file-router/ ) to get started and view
72
77
the full documentation.
73
78
File renamed without changes.
You can’t perform that action at this time.
0 commit comments