UNPKG

babel-plugin-react-css-modules

Version:

Transforms styleName to className using compile time CSS module resolution.

76 lines (75 loc) 1.48 kB
{ "additionalProperties": false, "properties": { "context": { "type": "string" }, "exclude": { "type": "string" }, "filetypes": { "additionalProperties": false, "patternProperties": { "\\..*": { "additionalProperties": false, "properties": { "plugins": { "items": { "oneOf": [ { "type": "string" }, { "type": "array" } ] }, "type": "array" }, "syntax": { "type": "string" } }, "type": "object" } }, "type": "object" }, "generateScopedName": { "oneOf": [ { "type": "string" }, { "typeof": "function" } ] }, "removeImport": { "type": "boolean" }, "webpackHotModuleReloading": { "type": "boolean" }, "handleMissingStyleName": { "enum": ["throw", "warn", "ignore"] }, "attributeNames": { "additionalProperties": false, "patternProperties": { ".*": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }