We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Можно добавить такое правило линтера
"rules": { "no-unused-vars": [2, {"args": "after-used", "argsIgnorePattern": "^_"}] }
https://eslint.org/docs/2.0.0/rules/no-unused-vars
И неиспользуемые переменные начинать с _
The text was updated successfully, but these errors were encountered:
Взял в работу.
Sorry, something went wrong.
[nodosjs#169] Add(example/.eslintrc.yml) rule. Ignore unused vars beg…
cf34887
…inning with underscore and only the last argument must be used
Merge pull request #170 from alex-ismailov/eslint-unused-vars
2606d52
[#169] Add(example/.eslintrc.yml) rule. Ignore unused vars beginning with underscore and only the last argument must be used
No branches or pull requests
Можно добавить такое правило линтера
https://eslint.org/docs/2.0.0/rules/no-unused-vars
И неиспользуемые переменные начинать с _
The text was updated successfully, but these errors were encountered: