UNPKG

eslint-plugin-logical-properties

Version:
30 lines (29 loc) 457 B
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', }, }, }, } as const;