Rich Trott
cdcf23ab7f
tools: update ESLint to 3.3.0 and enable rules
Update ESLint 3.3.0 and update .eslintrc:
* replace deprecated no-negated-in-lhs rule with no-unsafe-negation
* http://eslint.org/docs/rules/no-negated-in-lhs
* http://eslint.org/docs/rules/no-unsafe-negation
* enable no-template-curly-in-string
* http://eslint.org/docs/rules/no-template-curly-in-string
* enable no-global-assign
* http://eslint.org/docs/rules/no-global-assign
* enable func-call-spacing
* http://eslint.org/docs/rules/func-call-spacing
PR-URL: https://github.com/nodejs/node/pull/8097
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
9 years ago
Rich Trott
df697c486e
tools: update ESLint, fix unused vars bug
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: https://github.com/nodejs/node/pull/7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
9 years ago
Michaël Zasso
2d441493a4
tools: update eslint to v1.10.3
PR-URL: https://github.com/nodejs/io.js/pull/2286
Reviewed-By: Roman Reiss <me@silverwind.io>
9 years ago
Yosuke Furukawa
f9dd34d301
tools: replace closure-linter with eslint
PR-URL: https://github.com/iojs/io.js/pull/1539
Fixes: https://github.com/iojs/io.js/issues/1253
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
10 years ago
Forrest L Norvell
b542fb94a4
deps: upgrade npm to 2.7.3
PR-URL: https://github.com/iojs/io.js/pull/1219
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
10 years ago
Forrest L Norvell
e79ccee168
npm: upgrade to v2.1.18
PR-URL: https://github.com/iojs/io.js/pull/266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
Timothy J Fontaine
6a11bfe74b
npm: Update to v1.4.23
11 years ago
Timothy J Fontaine
f051f31790
npm: upgrade to v1.4.14
11 years ago
isaacs
97738994e0
npm: Upgrade to 1.3.19
11 years ago
isaacs
f7b10f5445
npm: Upgrade to 1.2.21
12 years ago
isaacs
fc58a5d4bd
npm: Upgrade to 1.2.20
12 years ago
isaacs
80fb580936
npm: Update to 1.2.14
12 years ago
isaacs
b09f97068e
npm: Upgrade to v1.1.69
12 years ago
isaacs
822e13d375
npm: Upgrade to 1.1.65
13 years ago
isaacs
3ccee08759
npm: Upgrade to 1.1.49
- node-gyp@0.6.5
- abstracted-out configs
- publishing over proxies
- bugfixes to all the deps
13 years ago
isaacs
ae5a209b11
npm: Upgrade to 1.1.37
13 years ago
isaacs
911b0fddd3
Upgrade npm to 1.1.26
13 years ago
isaacs
33a9ac6087
Upgrade npm to 1.1.21
Somehow this got downgraded in the last v0.6 merge. Very strange.
13 years ago
isaacs
37ac5e52bf
Update npm to 1.1.16
13 years ago
isaacs
cda3b6ff52
Upgrade npm to 1.1.14
13 years ago
isaacs
163900dc68
npm: update to 1.1.1
13 years ago
isaacs
25410096b4
Update npm to 1.1.0-2
13 years ago
isaacs
bb9316da28
npm 1.1.0-beta-2
13 years ago
Ryan Dahl
b488be127a
Include NPM, update .pkg to install it.
.msi update coming soon.
13 years ago