build: updates linting package and run command

This commit is contained in:
Tim Nolet
2018-09-30 19:06:17 +02:00
parent b56cbcf3eb
commit 52b8018228
2 changed files with 9 additions and 7 deletions

11
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "puppeteer-recorder",
"version": "0.2.1",
"version": "0.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3543,9 +3543,9 @@
}
},
"eslint-config-standard": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz",
"integrity": "sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==",
"version": "12.0.0-alpha.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0-alpha.0.tgz",
"integrity": "sha512-KzXH+zyKqOfqTH01wB0jz9QNwbXKhHuCF6KsMxK411PU8I+8N8F4HvpkYPccTYuNCJyuISoBslz/19/0x10y6g==",
"dev": true
},
"eslint-import-resolver-node": {
@@ -7479,7 +7479,8 @@
"lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=",
"dev": true
},
"lodash.mergewith": {
"version": "4.6.1",

View File

@@ -10,7 +10,8 @@
"test": "npm run unit-test && npm run e2e-test",
"test-prod": "NODE_ENV=production npm run unit-test && npm run e2e-test",
"unit-test": "jest __tests__/.*.spec.js --silent",
"e2e-test": "jest __e2e-tests__ --runInBand --silent"
"e2e-test": "jest __e2e-tests__ --runInBand --silent",
"lint": "eslint --quiet -f codeframe src"
},
"pre-commit": [
"test-prod"
@@ -51,7 +52,7 @@
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.21.0",