eslint-plugin-logical-properties
Version:
30 lines (29 loc) • 590 B
JavaScript
export const configSchema = {
type: 'object',
properties: {
functions: {
type: 'array',
items: {
type: 'string',
},
},
jsxAttributes: {
type: 'array',
items: {
type: 'string',
},
},
keyframes: {
type: 'array',
items: {
type: 'string',
},
},
resolvers: {
type: 'array',
items: {
type: 'string',
},
},
},
};