changed PHP arrays to []

This commit is contained in:
Nikita 2023-07-14 10:35:15 +03:00
parent 5e6716e068
commit 1cac92d58f
8 changed files with 72 additions and 50 deletions

View file

@ -1,3 +1 @@
// Import the default config file and expose it in the project root.
// Useful for editor integrations.
module.exports = require("@wordpress/prettier-config");
module.exports = require('@wordpress/prettier-config');