Skip to content

Commit

Permalink
integrate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed May 25, 2019
1 parent 3b984a0 commit 10c7cc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,11 @@
{
"extends": ["eslint:recommended", "plugin:prettier/recommended"],

"env": {
"node": true,
"es6": true
},
"rules": {
"prettier/prettier": "error"
}
}
4 changes: 4 additions & 0 deletions .prettierrc.yaml
@@ -0,0 +1,4 @@
trailingComma: 'es5'
tabWidth: 2
semi: true
singleQuote: true

0 comments on commit 10c7cc5

Please sign in to comment.