mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 23:15:42 -06:00
feat: setup 'web' frontend
This commit is contained in:
9
web/prettier.config.js
Normal file
9
web/prettier.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @see https://prettier.io/docs/configuration
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
const config = {
|
||||
printWidth: 120,
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user