11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
{
|
|
"extends": "joyent-portal",
|
|
"rules": {
|
|
"no-console": 0,
|
|
"new-cap": 0,
|
|
// temp
|
|
"no-undef": 1,
|
|
"no-debugger": 1
|
|
}
|
|
}
|