chore(add-warn): add a warning to add anywhere but the end of th… (#383)

This commit is contained in:
Hugo 2020-01-14 13:37:50 +00:00 committed by Andrew Luca
parent f62e728669
commit a05a7dcda0

View file

@ -2534,6 +2534,8 @@ const pages = [
'Wordpress',
],
},
// 🚨 DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨
// IT CAUSES MERGE CONFLICT HEADACHES
];
export default pages;