Files
old-saburly-blog/node_modules/liftoff/.jshintrc

12 lines
145 B
Plaintext
Raw Normal View History

2017-10-23 15:54:25 +02:00
{
"undef": true,
"unused": true,
"node": true,
"esnext": true,
"expr": true,
"globals": {
"describe": true,
"it": true
}
}