UNPKG

@wordpress/eslint-plugin

Version:
7 lines (5 loc) 167 B
/** * External dependencies */ const playwrightPlugin = require( 'eslint-plugin-playwright' ); module.exports = [ playwrightPlugin.configs[ 'flat/recommended' ] ];