UNPKG

wordpress-webpack-workflow

Version:

Modern WebPack workflow for WordPress front-end development and testing (plugins & themes) with handy tools included.

13 lines 255 B
/** * Prettier config file * as configured in package.json under eslintConfig.extends * * @docs Prettier: https://prettier.io/ * @since 1.0.0 */ module.exports = { trailingComma: "es5", tabWidth: 2, semi: false, singleQuote: true, };