Skip to content

Commit 1545238

Browse files
committed
fix(package.json): adds back lint script
1 parent b4d3c6d commit 1545238

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"url": "git+https://github.com:saneef/eleventy-plugin-git-commit-date.git"
1010
},
1111
"scripts": {
12+
"lint": "eslint src/**.js tests/**.js",
1213
"test": "ava"
1314
},
1415
"keywords": [

0 commit comments

Comments
 (0)