Home
last modified time | relevance | path

Searched defs:ignoreReadBeforeAssign (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/node_modules/eslint/lib/rules/
Dprefer-const.js168 function getIdentifierIfShouldBeConst(variable, ignoreReadBeforeAssign) { argument
265 function groupByDestructuring(variables, ignoreReadBeforeAssign) { argument
342 ignoreReadBeforeAssign: { type: "boolean", default: false } property
/third_party/node/
D.eslintrc.js254 'prefer-const': ['error', { ignoreReadBeforeAssign: true }], property