pixsy/node_modules/less/.jshintrc

12 lines
186 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"evil": true,
"latedef": true,
"node": true,
"undef": true,
"unused": "vars",
"noarg": true,
"eqnull": true,
"forin": true,
"predef": ["Promise"]
}