eslint-plugin-inker
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -20,2 +20,6 @@ "use strict"; | ||
}, | ||
required: [ | ||
'imported', | ||
'local', | ||
], | ||
}, | ||
@@ -25,43 +29,49 @@ }; | ||
meta: { | ||
schema: [ | ||
{ | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
], | ||
}, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
], | ||
}, | ||
}, | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -68,0 +78,0 @@ create(context) { |
{ | ||
"name": "eslint-plugin-inker", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -52,2 +52,6 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
}, | ||
required: [ | ||
'imported', | ||
'local', | ||
], | ||
}, | ||
@@ -58,43 +62,49 @@ } | ||
meta: { | ||
schema: [ | ||
{ | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
], | ||
}, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
], | ||
}, | ||
}, | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -101,0 +111,0 @@ |
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
46972
1369