Skip to content

Commit cc688c1

Browse files
committed
2 parents 7184ece + 2ac4c0a commit cc688c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4175
-117
lines changed

.babelrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"syntax-dynamic-import",
88
"transform-class-properties",
99
"transform-export-extensions",
10+
"transform-object-rest-spread",
1011
"flow-react-proptypes"
1112
],
1213
"env": {
@@ -16,6 +17,11 @@
1617
"flow", "react"
1718
],
1819
"plugins": [
20+
"syntax-dynamic-import",
21+
"transform-class-properties",
22+
"transform-export-extensions",
23+
"transform-object-rest-spread",
24+
"flow-react-proptypes",
1925
"transform-runtime"
2026
]
2127
},
@@ -25,6 +31,11 @@
2531
"flow", "react"
2632
],
2733
"plugins": [
34+
"syntax-dynamic-import",
35+
"transform-class-properties",
36+
"transform-export-extensions",
37+
"transform-object-rest-spread",
38+
"flow-react-proptypes",
2839
"transform-runtime",
2940
"istanbul"
3041
]
@@ -40,6 +51,11 @@
4051
},
4152
"production": {
4253
"plugins": [
54+
"syntax-dynamic-import",
55+
"transform-class-properties",
56+
"transform-export-extensions",
57+
"transform-object-rest-spread",
58+
"flow-react-proptypes",
4359
"transform-react-constant-elements"
4460
]
4561
}

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[ignore]
2-
<PROJECT_ROOT>/lib/.*
32
<PROJECT_ROOT>/es/.*
3+
<PROJECT_ROOT>/lib/.*
4+
<PROJECT_ROOT>/node_modules/.*/fbjs/.*
45
<PROJECT_ROOT>/node_modules/fbjs/.*
56

67
[include]

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
.eslintcache
12
.nyc_output
23
coverage
3-
node_modules
4-
lib
54
es
6-
.eslintcache
5+
lib
6+
node_modules

.npmignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
.babelrc
2+
.eslintcache
23
.eslintrc
4+
.idea
35
.nyc_output
46
.storybook
57
.travis.yml
8+
commitlint.config.js
69
coverage
10+
flow-typed
11+
lib
712
node_modules
8-
test
9-
stories
10-
.eslintcache
11-
.idea
12-
solano.yml
1313
renovate.json
14-
commitlint.config.js
15-
flow-typed
16-
14+
solano.yml
15+
src
16+
stories
17+
test

flow-typed/npm/@commitlint/cli_vx.x.x.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 6b3e411701babc2e6f6520580da2616a
2-
// flow-typed version: <<STUB>>/@commitlint/cli_v^5.2.5/flow_v0.61.0
1+
// flow-typed signature: 6683e317b86cbc6e4f7ba2ed155c1f4e
2+
// flow-typed version: <<STUB>>/@commitlint/cli_v^6.0.2/flow_v0.74.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -38,6 +38,10 @@ declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.conf
3838
declare module.exports: any;
3939
}
4040

41+
declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config' {
42+
declare module.exports: any;
43+
}
44+
4145
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config' {
4246
declare module.exports: any;
4347
}
@@ -95,6 +99,9 @@ declare module '@commitlint/cli/fixtures/inner-scope/commitlint.config.js' {
9599
declare module '@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config.js' {
96100
declare module.exports: $Exports<'@commitlint/cli/fixtures/inner-scope/inner-scope/commitlint.config'>;
97101
}
102+
declare module '@commitlint/cli/fixtures/issue-prefixes/commitlint.config.js' {
103+
declare module.exports: $Exports<'@commitlint/cli/fixtures/issue-prefixes/commitlint.config'>;
104+
}
98105
declare module '@commitlint/cli/fixtures/outer-scope/commitlint.config.js' {
99106
declare module.exports: $Exports<'@commitlint/cli/fixtures/outer-scope/commitlint.config'>;
100107
}

flow-typed/npm/@commitlint/config-conventional_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 211481ade58a5d1b48d157e08d068cc3
2-
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^5.2.3/flow_v0.61.0
1+
// flow-typed signature: 12857df53d6bf6d09eb4234e7d8f816c
2+
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^6.0.2/flow_v0.74.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 50c82f33e50286a7bcd0e13a4a351f58
2+
// flow-typed version: <<STUB>>/@jedwards1211/commitlint-config_v^1.0.0/flow_v0.74.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@jedwards1211/commitlint-config'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@jedwards1211/commitlint-config' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module '@jedwards1211/commitlint-config/commitlint.config' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module '@jedwards1211/commitlint-config/commitlint.config.js' {
31+
declare module.exports: $Exports<'@jedwards1211/commitlint-config/commitlint.config'>;
32+
}

flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 7be3f328e60a5bb311c142ba0bf1e16d
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.61.0
1+
// flow-typed signature: 3b5c1df4985b263aa39bc46f637e4be0
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.74.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// flow-typed signature: 1f2f111eb49f3451d2c9ea954e861b9b
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-react_v^4.0.0/flow_v0.74.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* '@jedwards1211/eslint-config-react'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module '@jedwards1211/eslint-config-react' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
26+
27+
// Filename aliases
28+
declare module '@jedwards1211/eslint-config-react/index' {
29+
declare module.exports: $Exports<'@jedwards1211/eslint-config-react'>;
30+
}
31+
declare module '@jedwards1211/eslint-config-react/index.js' {
32+
declare module.exports: $Exports<'@jedwards1211/eslint-config-react'>;
33+
}

flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 6be0a15102c7305fbc30e7744c9e0e60
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.61.0
1+
// flow-typed signature: b707a1312ba7106f46b25d0fa419b18e
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^2.0.0/flow_v0.74.0
33

44
/**
55
* This is an autogenerated libdef stub for:

0 commit comments

Comments
 (0)