Skip to content

Commit fbf8815

Browse files
committed
: updated icon
2 parents 761c7a4 + dc574b3 commit fbf8815

Some content is hidden

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

84 files changed

+19551
-2920
lines changed

.babelrc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"presets": [
3-
"env",
3+
[
4+
"env",
5+
{
6+
"modules": false
7+
}
8+
],
49
"react",
5-
"stage-1"
10+
"stage-0"
611
],
712
"plugins": [
8-
"react-hot-loader/babel",
913
"transform-es2015-modules-commonjs"
1014
]
11-
}
15+
}

.eslintrc.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@
1111
"sourceType": "module"
1212
},
1313
"plugins": [
14-
"import",
15-
"react",
14+
"import",
15+
"react",
16+
"jest",
1617
"jsx-a11y",
1718
"babel"
1819
],
1920
"parser": "babel-eslint",
2021
"env": {
2122
"browser": true,
2223
"node": true,
23-
"es6": true
24+
"es6": true,
25+
"jest": true
2426
},
2527
"rules": {
2628
"class-methods-use-this": "off"

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ node_modules/
8383
jspm_packages/
8484
dist/
8585
build/
86+
release-builds/
8687

8788
# TypeScript v1 declaration files
8889
typings/
@@ -475,4 +476,8 @@ ASALocalRun/
475476
# MFractors (Xamarin productivity tool) working folder
476477
.mfractor/
477478

478-
# End of https://www.gitignore.io/api/node,linux,macos,windows,visualstudio,yarn
479+
# DMG File
480+
React-Proto.dmg
481+
installers/
482+
483+
# End of https://www.gitignore.io/api/node,linux,macos,windows,visualstudio,yarn

0 commit comments

Comments
 (0)