Skip to content

Commit

Permalink
Merge f4fefa1 into e10bd51
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochowo committed Jul 15, 2019
2 parents e10bd51 + f4fefa1 commit 8a760d0
Show file tree
Hide file tree
Showing 47 changed files with 1,238 additions and 176 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": ["@babel/plugin-proposal-class-properties"]
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
}
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"parser": "babel-eslint",
"parserOptions": {
"allowImportExportEverywhere": true,
"esversion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
},
"esversion": 6,
"sourceType": "module"
}
},
"plugins": ["react"],
"rules": {
Expand Down
16 changes: 8 additions & 8 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ files:
include: 'sass/**/*.s+(a|c)ss'

rules:
no-important: 1
no-color-literals: 0
no-color-hex: 0
no-ids: 0
force-pseudo-nesting: 0
property-sort-order: 0
pseudo-element: 0
shorthand-values: 0
no-important: 1
no-color-literals: 0
no-color-hex: 0
no-ids: 0
force-pseudo-nesting: 0
property-sort-order: 0
pseudo-element: 0
shorthand-values: 0
Loading

0 comments on commit 8a760d0

Please sign in to comment.