UNPKG

@rapidload/page-optimizer

Version:

Helps you get better page speed scores by analyzing and providing optimal actions (for Wordpress)

9 lines (8 loc) 185 B
module.exports = { "*.{ts,tsx,css}": ["prettier . --write"], "*.{ts,tsx}": [ "eslint . --cache --fix --ext .tsx --ext .ts", () => "yarn tsc", () => "yarn jest", ], };