diff options
author | bbsteventill <still3@bloomberg.net> | 2018-03-31 13:01:17 -0400 |
---|---|---|
committer | Markus Doits <doits@users.noreply.github.com> | 2018-03-31 19:01:17 +0200 |
commit | 12df00b5e5ac8287afad0f2d52aa0f35a6e8a2ee (patch) | |
tree | 4e261ede9bd5e6f254aca842b3826b68eddaf1bf /lib/pronto/eslint_npm | |
parent | f411af6f829477af0bdca765eb5cc3d40c104294 (diff) | |
download | pronto-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')
-rw-r--r-- | lib/pronto/eslint_npm/version.rb | 2 |
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 | ||
3 | module Pronto | 3 | module Pronto |
4 | module ESLintNpmVersion | 4 | module ESLintNpmVersion |
5 | VERSION = '0.9.0'.freeze | 5 | VERSION = '0.9.1'.freeze |
6 | end | 6 | end |
7 | end | 7 | end |