diff --git a/.github/workflows/codeLintGlobal.yml b/.github/workflows/codeLintGlobal.yml index e84a48d..a2d8dcc 100644 --- a/.github/workflows/codeLintGlobal.yml +++ b/.github/workflows/codeLintGlobal.yml @@ -51,7 +51,6 @@ jobs: php_codesniffer_args: "-n --ignore-annotations ./core ./desktop ./plugin_info" flake8: true prettier: true - prettier_args: "--trailing-comma es5" prettier_extensions: css,html,js,json,jsx,md,sass,scss,ts,tsx,vue,yaml auto_fix: true prettier_auto_fix: true