| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/HowProgrammingWorks/NodeServer/master/prettier.config.js | [Back] [Original] |
'use strict';
module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'all',
tabWidth: 2,
useTabs: false,
semi: true,
};
| Web Proxy Viewer | New URL | Original Page |