aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint/version.rb
diff options
context:
space:
mode:
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-02-28 17:50:43 +0200
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-02-28 17:50:43 +0200
commit9be00a3292ddbbf280ac6d92b5b8add7f8ae9508 (patch)
tree620ee245557b1c434a3270fc969e2f013c40cea2 /lib/pronto/eslint/version.rb
parentce89f9ed8a80a06d26b0618658733956d0c98f84 (diff)
downloadpronto-hlint-9be00a3292ddbbf280ac6d92b5b8add7f8ae9508.tar.gz
pronto-hlint-9be00a3292ddbbf280ac6d92b5b8add7f8ae9508.tar.zst
pronto-hlint-9be00a3292ddbbf280ac6d92b5b8add7f8ae9508.zip
Implement ESLint runner
Diffstat (limited to 'lib/pronto/eslint/version.rb')
-rw-r--r--lib/pronto/eslint/version.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb
new file mode 100644
index 0000000..d59d88a
--- /dev/null
+++ b/lib/pronto/eslint/version.rb
@@ -0,0 +1,5 @@
1module Pronto
2 module ESLintVersion
3 VERSION = '0.5.0'
4 end
5end