Skip to content

Commit

Permalink
Add eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Apr 27, 2018
1 parent d6109c4 commit b10f420
Show file tree
Hide file tree
Showing 3 changed files with 1,194 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,12 @@
module.exports = {
plugins: ['prettier'],
rules: {
'prettier/prettier': [
'error',
{
singleQuote: true,
semi: false,
},
]
}
}

0 comments on commit b10f420

Please sign in to comment.