Commit 75486e33 authored by Sam Saccone's avatar Sam Saccone

Do not exclude es6 example from lint

since 
https://github.com/tastejs/todomvc/pull/1567

We can now handle es6 :)
parent 0d0c0b4a
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
"examples/thorax_lumbar/public/*.js", "examples/thorax_lumbar/public/*.js",
"examples/typescript-*/js/**/*.js", "examples/typescript-*/js/**/*.js",
"examples/vanilladart/**/*.js", "examples/vanilladart/**/*.js",
"examples/vanilla-es6/**/*.js"
], ],
"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