aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm/version.rb
diff options
context:
space:
mode:
authorbbsteventill <still3@bloomberg.net>2018-03-31 13:01:17 -0400
committerMarkus Doits <doits@users.noreply.github.com>2018-03-31 19:01:17 +0200
commit12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee (patch)
tree4e261ede9bd5e6f254aca842b3826b68eddaf1bf /lib/pronto/eslint_npm/version.rb
parentf411af6f829477af0bdca765eb5cc3d40c104294 (diff)
downloadpronto-hlint-12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee.tar.gz
pronto-hlint-12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee.tar.zst
pronto-hlint-12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee.zip
added ability to set config opts to eslint (#9)
* added ability to set config opts to eslint * add spec for eslint command line
Diffstat (limited to 'lib/pronto/eslint_npm/version.rb')
-rw-r--r--lib/pronto/eslint_npm/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pronto/eslint_npm/version.rb b/lib/pronto/eslint_npm/version.rb
index 2d3f9d8..1fc96c9 100644
--- a/lib/pronto/eslint_npm/version.rb
+++ b/lib/pronto/eslint_npm/version.rb
@@ -2,6 +2,6 @@
2 2
3module Pronto 3module Pronto
4 module ESLintNpmVersion 4 module ESLintNpmVersion
5 VERSION = '0.9.0'.freeze 5 VERSION = '0.9.1'.freeze
6 end 6 end
7end 7end