aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/world.es6
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-04-10 21:37:18 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-04-11 11:01:46 +0200
commite96fd240c5911e18f43c62b20ae5f18600c3d793 (patch)
tree95c841184983fbc9df22d9481ff8a2197e8dc5b9 /spec/fixtures/test.git/world.es6
parent347e6ab774cd401e437450fc93504b78bf90d748 (diff)
downloadpronto-hlint-e96fd240c5911e18f43c62b20ae5f18600c3d793.tar.gz
pronto-hlint-e96fd240c5911e18f43c62b20ae5f18600c3d793.tar.zst
pronto-hlint-e96fd240c5911e18f43c62b20ae5f18600c3d793.zip
modify spec to check for .es6 liniting
Diffstat (limited to 'spec/fixtures/test.git/world.es6')
-rw-r--r--spec/fixtures/test.git/world.es65
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/test.git/world.es6 b/spec/fixtures/test.git/world.es6
new file mode 100644
index 0000000..2d1b996
--- /dev/null
+++ b/spec/fixtures/test.git/world.es6
@@ -0,0 +1,5 @@
1function HelloWorld(name)
2{
3 if (foo) foo++;
4 alert(name);
5}