Commit 3f420ea0 authored by Stephen McKamey's avatar Stephen McKamey

Ignoring linting of generated and external scripts.

parent ea1bb59f
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
"excludeFiles": [ "excludeFiles": [
"**/node_modules/**", "**/node_modules/**",
"**/bower_components/**", "**/bower_components/**",
"examples/vanilladart/**/*.js" "examples/vanilladart/**/*.js",
"examples/duel/www/**",
"examples/duel/src/main/webapp/js/lib/**"
], ],
"requireSpaceBeforeBlockStatements": true, "requireSpaceBeforeBlockStatements": true,
"requireParenthesesAroundIIFE": true, "requireParenthesesAroundIIFE": 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