UNPKG

eslint-plugin-prettierx

Version:
40 lines (39 loc) 1.42 kB
{ "usePrettierrc": { "description": "Set to `true` to look for a configuration file, if `false` the plugin or default settings will be used.", "default": true, "type": "boolean" }, "editorconfig": { "description": "Take .editorconfig into account when parsing configuration. This configuration will be overridden by `.prettierrc`", "default": false, "type": "boolean" }, "ignorePath": { "description": "Path to a file containing patterns that describe files to ignore.", "default": ".prettierignore", "type": "string" }, "pluginSearchDirs": { "description": "Custom directory that contains prettier plugins in node_modules subdirectory.\nOverrides default behavior when plugins are searched relatively to the location of Prettier.\nMultiple values are accepted.", "default": [], "type": "array", "items": { "type": "string" } }, "plugins": { "description": "Array of plugins names to use.", "default": [], "type": "array", "items": { "type": "string" } }, "withNodeModules": { "description": "Prettier CLI will ignore files located in `node_modules` directory. To change the default behavior use this flag.", "default": false, "type": "boolean" }, "useCache": { "description": "Set to `false` for fine-tune the settings, leave the default for normal use.", "default": true, "type": "boolean" } }