Skip to content

Commit

Permalink
Resolve path
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Dec 13, 2023
1 parent 508aeee commit 65ba15c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,5 @@
"lint": "eslint src tests --ext .ts",
"fix": "npm run lint -- --fix",
"test": "mocha"
},
"main": "index.cjs",
"module": "index.mjs"
}
}
2 changes: 1 addition & 1 deletion tests/no-disable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('no-disable', () =>
{
plugins:
[
path.resolve('./src')
path.resolve(path.resolve(), './src')
],
rules:
{
Expand Down
2 changes: 1 addition & 1 deletion tests/no-obsolete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('no-obsolete', () =>
{
plugins:
[
path.resolve('./src')
path.resolve(path.resolve(), './src')
],
rules:
{
Expand Down
2 changes: 1 addition & 1 deletion tests/unit-step.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('unit-step', () =>
{
plugins:
[
path.resolve('./src')
path.resolve(path.resolve(), './src')
],
rules:
{
Expand Down

0 comments on commit 65ba15c

Please sign in to comment.