Skip to content

Commit 7a4b2d7

Browse files
committed
fix: lint
1 parent 225244d commit 7a4b2d7

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

Diff for: commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']};
1+
module.exports = { extends: ['@commitlint/config-conventional'] };

Diff for: npm-debug.log

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/Users/diana.suvorova/.nvm/versions/node/v6.10.0/bin/node',
3+
1 verbose cli '/Users/diana.suvorova/.nvm/versions/node/v6.10.0/bin/npm',
4+
1 verbose cli 'run',
5+
1 verbose cli 'test' ]
6+
2 info using [email protected]
7+
3 info using [email protected]
8+
4 verbose run-script [ 'pretest', 'test', 'posttest' ]
9+
5 info lifecycle [email protected]~pretest: [email protected]
10+
6 silly lifecycle [email protected]~pretest: no script for pretest, continuing
11+
7 info lifecycle [email protected]~test: [email protected]
12+
8 verbose lifecycle [email protected]~test: unsafe-perm in lifecycle true
13+
9 verbose lifecycle [email protected]~test: PATH: /Users/diana.suvorova/.nvm/versions/node/v6.10.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/diana.suvorova/Dev/eslint-plugin-react-redux/node_modules/.bin:/Users/diana.suvorova/.rbenv/shims:/Users/diana.suvorova/bin:/Users/diana.suvorova/.rbenv/shims:/Users/diana.suvorova/.nvm/versions/node/v6.10.0/bin:/Users/diana.suvorova/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/munki:/Users/diana.suvorova/gocode/bin:/Users/diana.suvorova/gocode/bin
14+
10 verbose lifecycle [email protected]~test: CWD: /Users/diana.suvorova/Dev/eslint-plugin-react-redux
15+
11 silly lifecycle [email protected]~test: Args: [ '-c', 'npm run lint && mocha tests --recursive' ]
16+
12 silly lifecycle [email protected]~test: Returned: code: 1 signal: null
17+
13 info lifecycle [email protected]~test: Failed to exec test script
18+
14 verbose stack Error: [email protected] test: `npm run lint && mocha tests --recursive`
19+
14 verbose stack Exit status 1
20+
14 verbose stack at EventEmitter.<anonymous> (/Users/diana.suvorova/.nvm/versions/node/v6.10.0/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
21+
14 verbose stack at emitTwo (events.js:106:13)
22+
14 verbose stack at EventEmitter.emit (events.js:191:7)
23+
14 verbose stack at ChildProcess.<anonymous> (/Users/diana.suvorova/.nvm/versions/node/v6.10.0/lib/node_modules/npm/lib/utils/spawn.js:40:14)
24+
14 verbose stack at emitTwo (events.js:106:13)
25+
14 verbose stack at ChildProcess.emit (events.js:191:7)
26+
14 verbose stack at maybeClose (internal/child_process.js:877:16)
27+
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
28+
15 verbose pkgid [email protected]
29+
16 verbose cwd /Users/diana.suvorova/Dev/eslint-plugin-react-redux
30+
17 error Darwin 16.7.0
31+
18 error argv "/Users/diana.suvorova/.nvm/versions/node/v6.10.0/bin/node" "/Users/diana.suvorova/.nvm/versions/node/v6.10.0/bin/npm" "run" "test"
32+
19 error node v6.10.0
33+
20 error npm v3.10.10
34+
21 error code ELIFECYCLE
35+
22 error [email protected] test: `npm run lint && mocha tests --recursive`
36+
22 error Exit status 1
37+
23 error Failed at the [email protected] test script 'npm run lint && mocha tests --recursive'.
38+
23 error Make sure you have the latest version of node.js and npm installed.
39+
23 error If you do, this is most likely a problem with the eslint-plugin-react-redux package,
40+
23 error not with npm itself.
41+
23 error Tell the author that this fails on your system:
42+
23 error npm run lint && mocha tests --recursive
43+
23 error You can get information on how to open an issue for this project with:
44+
23 error npm bugs eslint-plugin-react-redux
45+
23 error Or if that isn't available, you can get their info via:
46+
23 error npm owner ls eslint-plugin-react-redux
47+
23 error There is likely additional logging output above.
48+
24 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)