Commit c3c2841f authored by Arthur Verschaeve's avatar Arthur Verschaeve

Ignore the dart example for JSCS/JSHint

parent e04ad246
......@@ -23,7 +23,11 @@
"function",
"typeof"
],
"excludeFiles": ["**/node_modules/**", "**/bower_components/**"],
"excludeFiles": [
"**/node_modules/**",
"**/bower_components/**",
"examples/vanilladart/**/*.js"
],
"requireSpaceBeforeBlockStatements": true,
"requireParenthesesAroundIIFE": true,
"requireSpacesInConditionalExpression": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment