Skip to content

Commit

Permalink
chore(): adds package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeeproy007 committed Jul 5, 2019
1 parent e7696df commit 8796cf0
Show file tree
Hide file tree
Showing 122 changed files with 3,065 additions and 2,209 deletions.
12 changes: 2 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"parser": "babel-eslint",
"rules": {
"indent": [
"error",
2
]
"indent": ["warn", 2]
},
"plugins": [
"react",
"jsx-a11y",
"import",
"react-native"
]
"plugins": ["react", "jsx-a11y", "import", "react-native"]
}
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 80,
"singleQuote": true
}
Loading

0 comments on commit 8796cf0

Please sign in to comment.