Skip to content

Commit

Permalink
disable prefer-object-spread eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mawie81 committed Sep 2, 2018
1 parent 370bf62 commit f9b86f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@
},
"xo": {
"space": true,
"ignores": ["index.d.ts"],
"ignores": [
"index.d.ts"
],
"rules": {
"brace-style": [
2,
"1tbs",
{
"allowSingleLine": true
}
]
],
"prefer-object-spread": 0
}
}
}

0 comments on commit f9b86f4

Please sign in to comment.