diff --git a/.prettierrc.js b/reusable/prettierrc.js similarity index 99% rename from .prettierrc.js rename to reusable/prettierrc.js index 468cdb1..034b061 100644 --- a/.prettierrc.js +++ b/reusable/prettierrc.js @@ -1,3 +1,4 @@ + // This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update. module.exports = { printWidth: 80,