Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
9
node_modules/eslint/lib/rules/radix.js
generated
vendored
9
node_modules/eslint/lib/rules/radix.js
generated
vendored
|
|
@ -74,18 +74,19 @@ function isDefaultRadix(radix) {
|
|||
// Rule Definition
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/** @type {import('../shared/types').Rule} */
|
||||
module.exports = {
|
||||
meta: {
|
||||
type: "suggestion",
|
||||
|
||||
docs: {
|
||||
description: "enforce the consistent use of the radix argument when using `parseInt()`",
|
||||
category: "Best Practices",
|
||||
description: "Enforce the consistent use of the radix argument when using `parseInt()`",
|
||||
recommended: false,
|
||||
url: "https://eslint.org/docs/rules/radix",
|
||||
suggestion: true
|
||||
url: "https://eslint.org/docs/rules/radix"
|
||||
},
|
||||
|
||||
hasSuggestions: true,
|
||||
|
||||
schema: [
|
||||
{
|
||||
enum: ["always", "as-needed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue