Skip to content

Commit

Permalink
fix: fixed xo in template dir per #62
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 22, 2020
1 parent e2a6bef commit 8816192
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion template/package
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"contributors": ["<%- author %> <<%- email %>> (<%- website%>)"],
"license": "MIT",
"scripts": {
"lint:js": "xo --extend xo-lass --prettier --space",
"lint:js": "xo",
"lint:md": "remark . -qfo",
"lint": "<%- pm %> run lint:js && <%- pm %> run lint:md",
"pretest": "<%- pm %> run lint",
Expand All @@ -38,6 +38,13 @@
"eslint-config-xo-lass": "latest",
"xo": "0.25"
},
"xo": {
"prettier": true,
"space": true,
"extends": [
"xo-lass"
]
},
"engines": {
"node": ">= 10"
},
Expand Down

0 comments on commit 8816192

Please sign in to comment.