shuttlerock_shared_config 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shuttlerock_shared_config/version.rb +1 -1
- data/lib/templates/.eslintrc +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c197d9dbf82642e7754f15c8368f0b1eead137397b40c1d88eef7185cee544df
|
4
|
+
data.tar.gz: 9cca108362da84a313cb691c465b7131eb809a45ee260a2a5422c00050f134db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 994ea8d00b107648cbc3b9a0a11ec23869fd559790bbf58782d03508dafb55f340160a7e5be9d5218e49a705c6a906aedd32920a9f86c18c754c7d30e2a09fac
|
7
|
+
data.tar.gz: 8f5af8ffb1c3d93ca0f33ed359a5b3deb4fd8bd54e5c51fc8f9bc2132e2816de1f8c827f98811b211b4cb944ee89bf5b33541e422a714aa6d4c580086ad2000e
|
data/lib/templates/.eslintrc
CHANGED
@@ -127,6 +127,8 @@
|
|
127
127
|
"no-alert": 0,
|
128
128
|
// Validate JSX has key prop when in array or iterator
|
129
129
|
"react/jsx-key": 0,
|
130
|
+
// Ignoring the following rule 'cause Flow's not fully implemented yet
|
131
|
+
"react/forbid-prop-types": 0,
|
130
132
|
"react/jsx-no-duplicate-props": [
|
131
133
|
0,
|
132
134
|
{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shuttlerock_shared_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ElseThen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 2.7.
|
104
|
+
rubygems_version: 2.7.7
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Update shared config.
|