From 9be00a3292ddbbf280ac6d92b5b8add7f8ae9508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Moz=C5=ABras?= Date: Sun, 28 Feb 2016 17:50:43 +0200 Subject: Implement ESLint runner --- lib/pronto/eslint/version.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/pronto/eslint/version.rb (limited to 'lib/pronto/eslint/version.rb') 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 @@ +module Pronto + module ESLintVersion + VERSION = '0.5.0' + end +end -- cgit v1.2.3