eslint-plugin-inker
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -27,46 +27,48 @@ "use strict"; | ||
exports.default = { | ||
meta: { | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
meta: [ | ||
{ | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
importNames: importNamesSchema, | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
importNames: importNamesSchema, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
], | ||
], | ||
}, | ||
}, | ||
@@ -76,3 +78,3 @@ }, | ||
}, | ||
}, | ||
], | ||
create(context) { | ||
@@ -79,0 +81,0 @@ var _a; |
{ | ||
"name": "eslint-plugin-inker", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -60,46 +60,48 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
export default { | ||
meta: { | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
meta: [ | ||
{ | ||
schema: { | ||
type: 'object', | ||
properties: { | ||
paths: { | ||
type: 'array', | ||
items: { | ||
type: 'object', | ||
oneOf: [ | ||
{ | ||
properties: { | ||
name: { | ||
type: 'string', | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
importNames: importNamesSchema, | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
required: [ | ||
'name', | ||
'importNames', | ||
], | ||
}, | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
{ | ||
type: 'array', | ||
items: { | ||
{ | ||
properties: { | ||
pattern: { | ||
oneOf: [ | ||
{ | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
{ | ||
type: 'array', | ||
items: { | ||
type: 'string', | ||
}, | ||
}, | ||
], | ||
}, | ||
importNames: importNamesSchema, | ||
}, | ||
importNames: importNamesSchema, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
required: [ | ||
'pattern', | ||
'importNames', | ||
], | ||
}, | ||
], | ||
], | ||
}, | ||
}, | ||
@@ -109,3 +111,3 @@ }, | ||
}, | ||
}, | ||
], | ||
@@ -112,0 +114,0 @@ create(context) { |
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
47288
1373