Skip to content

Commit 353cbd0

Browse files
committed
Running lint on src and tests
1 parent 2f2e9d9 commit 353cbd0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packages/url-utils/.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/url-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pretest": "yarn build",
1616
"test": "NODE_ENV=testing c8 --src lib --all --reporter text --reporter cobertura --reporter html mocha './test/**/*.test.js'",
1717
"build": "tsc -p tsconfig.json",
18-
"lint": "eslint . --ext .js,.ts --cache",
18+
"lint": "eslint src test index.js --ext .js,.ts --cache",
1919
"prepare": "NODE_ENV=production yarn build",
2020
"posttest": "yarn lint"
2121
},

0 commit comments

Comments
 (0)