This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-02-12 10:33:09 +01:00
|
|
|
{
|
|
|
|
|
"laxcomma": true,
|
|
|
|
|
"laxbreak": true,
|
2016-02-15 11:50:12 +01:00
|
|
|
"sub": true,
|
|
|
|
|
"curly": true,
|
|
|
|
|
"eqeqeq": true,
|
|
|
|
|
"iterator": true,
|
|
|
|
|
"latedef": true,
|
|
|
|
|
"nocomma": true,
|
|
|
|
|
"notypeof": true,
|
|
|
|
|
"shadow": false,
|
|
|
|
|
"undef": true,
|
2016-02-15 16:51:54 +01:00
|
|
|
"unused": false,
|
|
|
|
|
"futurehostile":true,
|
|
|
|
|
"browser": true,
|
|
|
|
|
"predef": [
|
|
|
|
|
"console",
|
|
|
|
|
"define",
|
|
|
|
|
"require",
|
|
|
|
|
"module",
|
|
|
|
|
"__dirname"
|
|
|
|
|
]
|
2016-02-12 10:33:09 +01:00
|
|
|
}
|