This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-05-20 18:41:31 +02:00
|
|
|
{
|
|
|
|
|
"asi": false,
|
|
|
|
|
"camelcase": true,
|
|
|
|
|
"curly": true,
|
|
|
|
|
"eqeqeq": true,
|
|
|
|
|
"immed": true,
|
|
|
|
|
"indent": 2,
|
|
|
|
|
"newcap": true,
|
|
|
|
|
"noarg": true,
|
|
|
|
|
"nonbsp": true,
|
|
|
|
|
"quotmark": "single",
|
|
|
|
|
"undef": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"trailing": true,
|
|
|
|
|
"node" : true
|
|
|
|
|
}
|