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,
|
|
|
|
|
"node": 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,
|
|
|
|
|
"unused": false
|
2016-02-12 10:33:09 +01:00
|
|
|
}
|