Skip to content

Commit

Permalink
feat(index): add prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jan 4, 2020
1 parent 68ac87a commit f7993fb
Show file tree
Hide file tree
Showing 3 changed files with 1,055 additions and 3 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module.exports = {
env: { es2017: true },
plugins: [
'prettier'
//
],
extends: [
'eslint:recommended'
'eslint:recommended',
'plugin:prettier/recommended'
//
],
rules: {
Expand Down
Loading

0 comments on commit f7993fb

Please sign in to comment.