Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit 1ef799d

Browse files
author
rsavian
committed
update linting rules and fix issues
1 parent 468e1cb commit 1ef799d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"react/jsx-boolean-value": [0],
2727
"react/prop-types": [0],
2828
"react/sort-comp": [0],
29-
"react/prefer-stateless-function": [2, {"ignorePureComponents": true}]
29+
"react/prefer-stateless-function": [2, {"ignorePureComponents": true}],
30+
"filenames/no-index": [2]
3031
},
3132
"plugins": [
3233
"react",

src/assets/styles/styles.css

-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ body {
3232
border-top: .05rem solid #e5e5e5;
3333
}
3434

35-
/* Customize container */
36-
@media (min-width: 48em) {
37-
.container {
38-
max-width: 46rem;
39-
}
40-
}
41-
4235
.container-narrow > hr {
4336
margin: 2rem 0;
4437
}

0 commit comments

Comments
 (0)