Skip to content

Commit 297f9a6

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into fix-spelling
2 parents c58b291 + 9ade5e6 commit 297f9a6

File tree

1,999 files changed

+63980
-95416
lines changed

Some content is hidden

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

1,999 files changed

+63980
-95416
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["lodash"]
3+
}

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.browserslistrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Last 2 versions

.codeclimate.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public
2+
static
3+
.cache
4+
content

.eslintrc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": ["airbnb"],
3+
"plugins": ["react", "jsx-a11y", "import"],
4+
"rules": {
5+
"react/prefer-stateless-function": "off",
6+
"react/prop-types": "off",
7+
"react/no-danger": "off",
8+
"jsx-a11y/no-noninteractive-element-to-interactive-role": "off",
9+
"jsx-a11y/anchor-is-valid": [ "error", { "components": [ "Link" ], "specialLink": [ "to" ] } ]
10+
},
11+
"settings": {
12+
"import/core-modules": []
13+
},
14+
"env": {
15+
"browser": true
16+
}
17+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ source/_assets/bower_components
2525
source/.asset_pipeline
2626
npm-debug.log
2727
package-lock.json
28+
.cache

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"trailingComma": "es5"
5+
}

0 commit comments

Comments
 (0)