• This project
    • Loading...
  • Sign in

공태현 / healthcare-with-webcam

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • healthcare-with-webcam
  • node_modules
  • function-bind
  • test
  • .eslintrc
  • 공태현's avatar
    Install express · 8b3e3b33
    8b3e3b33
    공태현 authored 2022-05-25 17:40:31 +0900
.eslintrc 176 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
	"rules": {
		"array-bracket-newline": 0,
		"array-element-newline": 0,
		"max-statements-per-line": [2, { "max": 2 }],
		"no-invalid-this": 0,
		"no-magic-numbers": 0,
	}
}