Prettier 2 | Prettier Plugin Installation
…ugin-blade in your project, you can add the following to your project's .prettierrc file: 1 { 2 " plugins " : [ 3 " ./node_modules/prettier-plugin-blade/ " 4 ] , 5 " overrides " : [ 6 { 7 " files " : [ 8 " *.blade.php " 9 ] , 10 " options " : {...