mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
{
|
|
"node": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"lastsemic": true,
|
|
"-W058": false, /* don't require parentheses for no-arg constructors */
|
|
"-W054": false, /* use Function constructor responsibly */
|
|
"-W033": false /* let jscs deal with semicolons */
|
|
}
|