Skip to content

Commit

Permalink
Start from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
bntzio committed Mar 5, 2018
1 parent 245e40f commit a98a926
Show file tree
Hide file tree
Showing 24 changed files with 2,735 additions and 2,762 deletions.
22 changes: 8 additions & 14 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"parser": "babel-eslint",
"plugins": [
"react"
],
"extends": "standard",
"ecmaFeatures": {
"jsx": true
"jsx": true,
"modules": true
},
"rules": {
"no-unused-vars": 0,
"no-useless-return": 0
},
"plugins": ["react"],
"env": {
"es6": true,
"browser": true,
"node": true
},
"rules": {
"quotes": ["error", "single"],
"jsx-quotes": ["error", "prefer-double"],
"newline-before-return": "error",
"object-curly-spacing": ["error", "always"],
"no-unused-vars": "error",
"react/jsx-uses-vars": 1
}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
node_modules/
public/
.cache/
*.log
.gatsby-context.js
24 changes: 0 additions & 24 deletions components/Error.jsx

This file was deleted.

24 changes: 0 additions & 24 deletions components/Post.jsx

This file was deleted.

25 changes: 0 additions & 25 deletions components/PostLink.jsx

This file was deleted.

Loading

0 comments on commit a98a926

Please sign in to comment.