Comparing version 12.1.3-nightly.50eb45f to 12.1.3-nightly.af25635
@@ -11,2 +11,6 @@ { | ||
}, | ||
"extends": { | ||
"description": "A list of paths to other JSON files, used to extends the current configuration.", | ||
"anyOf": [{ "$ref": "#/definitions/StringSet" }, { "type": "null" }] | ||
}, | ||
"files": { | ||
@@ -755,3 +759,3 @@ "description": "The configuration of the filesystem", | ||
"noBannedTypes": { | ||
"description": "Disallow certain types.", | ||
"description": "Disallow primitive type aliases and misleading types.", | ||
"anyOf": [ | ||
@@ -804,2 +808,16 @@ { "$ref": "#/definitions/RuleConfiguration" }, | ||
}, | ||
"noGlobalIsFinite": { | ||
"description": "Use Number.isFinite instead of global isFinite.", | ||
"anyOf": [ | ||
{ "$ref": "#/definitions/RuleConfiguration" }, | ||
{ "type": "null" } | ||
] | ||
}, | ||
"noGlobalIsNan": { | ||
"description": "Use Number.isNaN instead of global isNaN.", | ||
"anyOf": [ | ||
{ "$ref": "#/definitions/RuleConfiguration" }, | ||
{ "type": "null" } | ||
] | ||
}, | ||
"noNoninteractiveTabindex": { | ||
@@ -833,2 +851,9 @@ "description": "Enforce that tabIndex is not assigned to non-interactive HTML elements.", | ||
}, | ||
"noVoid": { | ||
"description": "Disallow the use of void operators, which is not a familiar operator.", | ||
"anyOf": [ | ||
{ "$ref": "#/definitions/RuleConfiguration" }, | ||
{ "type": "null" } | ||
] | ||
}, | ||
"recommended": { | ||
@@ -845,2 +870,9 @@ "description": "It enables the recommended rules for this group", | ||
}, | ||
"useArrowFunction": { | ||
"description": "Use arrow functions over function expressions.", | ||
"anyOf": [ | ||
{ "$ref": "#/definitions/RuleConfiguration" }, | ||
{ "type": "null" } | ||
] | ||
}, | ||
"useCamelCase": { | ||
@@ -847,0 +879,0 @@ "description": "Enforce camel case naming convention.", |
@@ -1,1 +0,1 @@ | ||
{"name":"rome","version":"12.1.3-nightly.50eb45f","bin":"bin/rome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://rome.tools","repository":{"type":"git","url":"https://github.com/rome/tools.git","directory":"npm/rome"},"author":"Sebastian McKenzie","license":"MIT","bugs":"https://github.com/rome/tools/issues","description":"Rome is a toolchain for the web: formatter, linter and more","files":["bin/rome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@rometools/cli-win32-x64":"12.1.3-nightly.50eb45f","@rometools/cli-win32-arm64":"12.1.3-nightly.50eb45f","@rometools/cli-darwin-x64":"12.1.3-nightly.50eb45f","@rometools/cli-darwin-arm64":"12.1.3-nightly.50eb45f","@rometools/cli-linux-x64":"12.1.3-nightly.50eb45f","@rometools/cli-linux-arm64":"12.1.3-nightly.50eb45f"}} | ||
{"name":"rome","version":"12.1.3-nightly.af25635","bin":"bin/rome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://rome.tools","repository":{"type":"git","url":"https://github.com/rome/tools.git","directory":"npm/rome"},"author":"Sebastian McKenzie","license":"MIT","bugs":"https://github.com/rome/tools/issues","description":"Rome is a toolchain for the web: formatter, linter and more","files":["bin/rome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@rometools/cli-win32-x64":"12.1.3-nightly.af25635","@rometools/cli-win32-arm64":"12.1.3-nightly.af25635","@rometools/cli-darwin-x64":"12.1.3-nightly.af25635","@rometools/cli-darwin-arm64":"12.1.3-nightly.af25635","@rometools/cli-linux-x64":"12.1.3-nightly.af25635","@rometools/cli-linux-arm64":"12.1.3-nightly.af25635"}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56398
1616