jsonc-eslint-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,3 +11,3 @@ "use strict"; | ||
const octalNumericLiteralPattern = /^0[oO]/u; | ||
const legacyOctalNumericLiteralPattern = /^0[0-7]/u; | ||
const legacyOctalNumericLiteralPattern = /^0\d/u; | ||
const binaryNumericLiteralPattern = /^0[bB]/u; | ||
@@ -14,0 +14,0 @@ function convertNode(node, tokens, ctx) { |
{ | ||
"name": "jsonc-eslint-parser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON, JSONC and JSON5 parser for use with ESLint plugins", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
59438