Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 15, 2017
1 parent e9129c0 commit bd9d595
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions lib/monitor/signals.js
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
module.exports = {
"SIGHUP": "1",
"SIGINT": "2",
"SIGQUIT": "3",
"SIGILL": "4",
"SIGTRAP": "5",
"SIGABRT": "6",
"SIGBUS": "7",
"SIGFPE": "8",
"SIGKILL": "9",
"SIGUSR1": "10",
"SIGSEGV": "11",
"SIGUSR2": "12",
"SIGPIPE": "13",
"SIGALRM": "14",
"SIGTERM": "15",
"SIGSTKFLT": "16",
"SIGCHLD": "17",
"SIGCONT": "18",
"SIGSTOP": "19",
"SIGTSTP": "20",
"SIGTTIN": "21",
"SIGTTOU": "22",
"SIGURG": "23",
"SIGXCPU": "24",
"SIGXFSZ": "25",
"SIGVTALRM": "26",
"SIGPROF": "27",
"SIGWINCH": "28",
"SIGIO": "29",
"SIGPWR": "30",
"SIGSYS": "31",
"SIGRTMIN": "35"
SIGHUP: 1,
SIGINT: 2,
SIGQUIT: 3,
SIGILL: 4,
SIGTRAP: 5,
SIGABRT: 6,
SIGBUS: 7,
SIGFPE: 8,
SIGKILL: 9,
SIGUSR1: 10,
SIGSEGV: 11,
SIGUSR2: 12,
SIGPIPE: 13,
SIGALRM: 14,
SIGTERM: 15,
SIGSTKFLT: 16,
SIGCHLD: 17,
SIGCONT: 18,
SIGSTOP: 19,
SIGTSTP: 20,
SIGTTIN: 21,
SIGTTOU: 22,
SIGURG: 23,
SIGXCPU: 24,
SIGXFSZ: 25,
SIGVTALRM: 26,
SIGPROF: 27,
SIGWINCH: 28,
SIGIO: 29,
SIGPWR: 30,
SIGSYS: 31,
SIGRTMIN: 35,
}

0 comments on commit bd9d595

Please sign in to comment.