Skip to content

Commit 6c479c5

Browse files
Merge branch 'rewrite-lint-scripts'
2 parents 3f2c130 + 768bb27 commit 6c479c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.0",
44
"description": "This repository is intended to showcase my abilities, oops, publish some Javascript exercises that I've got to do in college.",
55
"scripts": {
6-
"lint": "eslint .",
7-
"lint:fix": "eslint --fix .",
6+
"lint": "eslint **/*.js",
7+
"lint:fix": "eslint --fix **/*.js",
88
"pretest": "npm run lint",
9-
"prettier:check": "prettier --list-different **/*.js",
9+
"prettier": "prettier --check **/*.js",
1010
"prettier:fix": "prettier --write **/*.js",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},

0 commit comments

Comments
 (0)