Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Electron
/
node
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули node
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
0ed6338016
node
/
lib
/
.eslintrc
5 строки
90 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
tools: apply custom buffer lint rule to /lib only The lint rule is there to avoid a circular-dependency issue that only applies to `/lib`. In preparation for linting `/benchmark`, apply that rule to `/lib` only to avoid churn in `/benchmark`. Refs: https://github.com/nodejs/node/issues/3983#issuecomment-158956113 PR-URL: https://github.com/nodejs/node/pull/5371 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
2016-02-23 01:24:38 +03:00
rules:
# Custom rules in tools/eslint-rules
require-buffer: 2
tools: add buffer-constructor eslint rule Now that the Buffer.alloc, allocUnsafe, and from methods have landed, add a linting rule that requires their use within lib. Tests and benchmarks are explicitly excluded by the rule. PR-URL: https://github.com/nodejs/node/pull/5740 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-03-16 20:37:35 +03:00
buffer-constructor: 2