mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07:00
16 lines
240 B
Text
16 lines
240 B
Text
{
|
|
"browser": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"indent": 2,
|
|
"noarg": true,
|
|
"node": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"strict": false,
|
|
"unused": true
|
|
}
|
|
|