Guest User

Untitled

a guest
Jan 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. module.exports = {
  2. semi: false,
  3. trailingComma: 'es5',
  4. tabWidth: 2,
  5. singleQuote: true,
  6. printWidth: 120,
  7. endOfLine: 'lf'
  8. };
Add Comment
Please, Sign In to add comment