mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 04:08:43 +00:00
19 lines
266 B
Text
19 lines
266 B
Text
{
|
|
"eqeqeq": true,
|
|
"freeze": true,
|
|
"immed": true,
|
|
"mocha": true,
|
|
"nocomma": true,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"undef": true,
|
|
"strict": true,
|
|
"globalstrict": true,
|
|
"shadow": true,
|
|
"browser": true,
|
|
"node": true,
|
|
"predef": [
|
|
"fw"
|
|
]
|
|
}
|