• This project
    • Loading...
  • Sign in

최원석 / 2021-1-database-project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2021-1-database-project
  • app
  • .prettierrc.js
  • 1seok2's avatar
    add: make update html function · faa1bf45
    faa1bf45
    1seok2 authored 2021-04-03 02:17:44 +0900
.prettierrc.js 246 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
module.exports = {
	singleQuote: true,
	semi: true,
	useTabs: false,
	tabWidth: 2,
	trailingComma: 'all',
	printWidth: 60,
	arrowParens: 'always',
	orderedImports: true,
	bracketSpacing: true,
	jsxBracketSameLine: false,
	arrowParens: 'avoid',
};