1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-04 11:48:51 +00:00

chore: lint root files

This commit is contained in:
Zack Schuster 2020-04-24 09:32:32 -07:00
parent aa7239e418
commit 6f1a0e7238

View File

@ -46,7 +46,7 @@
"scripts": {
"rollup": "rollup -c rollup.config.js && npm run rollup:test",
"rollup:test": "npm run test -- --file rollup/email.bundle.test.js",
"lint": "eslint \"+(smtp|test)/*.ts\"",
"lint": "eslint *.ts \"+(smtp|test)/*.ts\"",
"test": "ava"
},
"license": "MIT",