pronto-eslint_npm 0.10.1 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/pronto/eslint_npm/version.rb +1 -1
- metadata +9 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd8169a6b57fa0d02abb4ad5982083602d09ad1fae1062e5f62c9e945687e992
|
4
|
+
data.tar.gz: 33b07b0284e78d6b766aca7bd9a3dbb4228be7159d82a894d37dbfdf9b1f51b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebb5734cc56973eba83666cec7a4ff2664327609aa1716a67d880aa2f0e1e30a98cbe43558f2198a3f35b1e95df7da39e9eec8907dbb71ef653bf24522aa22ef
|
7
|
+
data.tar.gz: 5f1be9eaef644cce6e06f60e3d36459ccb84d1fd1f8346b6b2d25a3afd8d6aeb678a555e17c985193ba76bf11649f7703153b28fe4572d321895e68ce3a4342a
|
data/README.md
CHANGED
@@ -8,6 +8,8 @@ Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for Jav
|
|
8
8
|
|
9
9
|
Uses official eslint executable installed by `npm` in contrast to [pronto-eslint][pronto-eslint].
|
10
10
|
|
11
|
+
:exclamation:**Not maintained anymore**:exclamation:: This gem is not maintened anymore and will receive no updates. If you want to step in as a maintainer, please open an issue to discuss it.
|
12
|
+
|
11
13
|
[pronto-eslint]: https://github.com/mmozuras/pronto-eslint
|
12
14
|
|
13
15
|
## Prerequisites
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-eslint_npm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Doits
|
8
8
|
- Mindaugas Mozūras
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pronto
|
@@ -17,28 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 0.11.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
28
|
-
- !ruby/object:Gem::Dependency
|
29
|
-
name: byebug
|
30
|
-
requirement: !ruby/object:Gem::Requirement
|
31
|
-
requirements:
|
32
|
-
- - ">="
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: '9'
|
35
|
-
type: :development
|
36
|
-
prerelease: false
|
37
|
-
version_requirements: !ruby/object:Gem::Requirement
|
38
|
-
requirements:
|
39
|
-
- - ">="
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
version: '9'
|
27
|
+
version: 0.11.0
|
42
28
|
- !ruby/object:Gem::Dependency
|
43
29
|
name: rake
|
44
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,7 +59,7 @@ dependencies:
|
|
73
59
|
- - "~>"
|
74
60
|
- !ruby/object:Gem::Version
|
75
61
|
version: '3.4'
|
76
|
-
description:
|
62
|
+
description:
|
77
63
|
email: markus.doits@gmail.com
|
78
64
|
executables: []
|
79
65
|
extensions: []
|
@@ -89,7 +75,7 @@ homepage: https://github.com/doits/pronto-eslint_npm
|
|
89
75
|
licenses:
|
90
76
|
- MIT
|
91
77
|
metadata: {}
|
92
|
-
post_install_message:
|
78
|
+
post_install_message:
|
93
79
|
rdoc_options: []
|
94
80
|
require_paths:
|
95
81
|
- lib
|
@@ -105,8 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
91
|
version: '0'
|
106
92
|
requirements:
|
107
93
|
- eslint (in PATH)
|
108
|
-
rubygems_version: 3.
|
109
|
-
signing_key:
|
94
|
+
rubygems_version: 3.2.15
|
95
|
+
signing_key:
|
110
96
|
specification_version: 4
|
111
97
|
summary: Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
|
112
98
|
test_files: []
|