mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 03:30:16 -04:00
27 lines
433 B
Plaintext
27 lines
433 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"camelcase": false,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"smarttabs": true,
|
|
"white": true,
|
|
|
|
"-W013": true,
|
|
"-W116": true,
|
|
"predef": [
|
|
|
|
]
|
|
}
|