Skip to content

Commit

Permalink
chore: Update lint script to include additional directories
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 31, 2024
1 parent 99d9b67 commit 1064bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prettier": "prettier --write --ignore-unknown .",
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
"lint": "eslint src/ docs/ tests/ --ext .tsx,.ts,.jsx,.js",
"test": "rc-test",
"tsc": "tsc --noEmit",
"now-build": "npm run build"
Expand Down

0 comments on commit 1064bb1

Please sign in to comment.