Security News
ESLint is Now Language-Agnostic: Linting JSON, Markdown, and Beyond
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
@putout/plugin-declare-before-reference
Advanced tools
🐊Putout plugin adds ability move declarations before references
The
ReferenceError
object represents an error when a variable hasn't yet been initialized in the current scope is referenced.(c) MDN
🐊Putout plugin adds ability to apply declare before reference to avoid ReferenceError
.
The rule is similar to ESLint's no-use-before-define, but it's auto fixable, and ignores:
Also it works only on top level and helps to @operator/declare with a bunch of nested declarations.
npm i @putout/plugin-declare-before-reference
{
"rules": {
"declare-before-reference": "on"
}
}
const {remove} = operator;
const {types, operator} = require('putout');
const {types, operator} = require('putout');
const {remove} = operator;
Linter | Rule | Fix |
---|---|---|
🐊 Putout | declare-before-reference | ✅ |
⏣ ESLint | no-use-before-define | ❌ |
MIT
FAQs
🐊Putout plugin adds ability move declarations before references
The npm package @putout/plugin-declare-before-reference receives a total of 5,475 weekly downloads. As such, @putout/plugin-declare-before-reference popularity was classified as popular.
We found that @putout/plugin-declare-before-reference demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint has added JSON and Markdown linting support with new officially-supported plugins, expanding its versatility beyond JavaScript.
Security News
Members Hub is conducting large-scale campaigns to artificially boost Discord server metrics, undermining community trust and platform integrity.
Security News
NIST has failed to meet its self-imposed deadline of clearing the NVD's backlog by the end of the fiscal year. Meanwhile, CVE's awaiting analysis have increased by 33% since June.