Skip to content

Commit

Permalink
refined components
Browse files Browse the repository at this point in the history
  • Loading branch information
sooyshim committed Jul 31, 2019
1 parent 0bfd81c commit 81a0f86
Show file tree
Hide file tree
Showing 10 changed files with 611 additions and 227 deletions.
27 changes: 27 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": [
"airbnb"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018
},
"plugins": [
"react"
],
"rules": {
"react/jsx-filename-extension": 0,
"react/jsx-one-expression-per-line": 0
}
}
Loading

0 comments on commit 81a0f86

Please sign in to comment.