Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 532acc5

Browse files
author
Aaron
authored
Merge pull request #9 from MahboobehMohammadi/header
Add header component
2 parents 340948a + 4ad19d3 commit 532acc5

File tree

20 files changed

+960
-151
lines changed

20 files changed

+960
-151
lines changed

.browserslistrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
defaults
2+
not op_mini all
3+
not OperaMobile < 46
4+
not ie <= 11
5+
not IE_Mob <= 11
6+
not Samsung <= 4

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module.exports = {
4747
'import/no-useless-path-segments' : 'error',
4848
'import/order' : ['error', { groups: [['builtin', 'external'], 'internal', 'sibling', 'parent'], 'newlines-between': 'ignore' }],
4949
'import/prefer-default-export' : 0,
50-
50+
// 'sort-imports' : ['error'],
51+
5152
// react rules
5253
'jsx-quotes' : ['error', 'prefer-single'],
5354
'react/jsx-closing-bracket-location': ['error', { selfClosing: 'line-aligned', nonEmpty: 'line-aligned' }],

.stylelintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"at-rule-semicolon-newline-after" : "always",
99
"block-closing-brace-newline-after" : "always",
1010
"block-closing-brace-newline-before" : "always",
11-
"block-no-empty" : true,
1211
"block-opening-brace-newline-after" : "always",
1312
"block-opening-brace-space-before" : "always",
1413
"color-hex-case" : "lower",
@@ -52,7 +51,7 @@
5251
"property-case" : "lower",
5352
"plugin/no-unsupported-browser-features" : [true, {
5453
"severity": "error",
55-
"ignore": ["calc", "user-select-none", "multicolumn", "css-appearance"]
54+
"ignore": ["calc", "user-select-none", "multicolumn", "css-appearance","pointer"]
5655
}],
5756
"rule-empty-line-before" : ["always", { "ignore": ["after-comment"], "except": ["inside-block-and-after-rule", "first-nested"] }],
5857
"selector-attribute-brackets-space-inside" : "never",

0 commit comments

Comments
 (0)