Skip to content

Commit

Permalink
Remove no-unexpected-multiline rule (#8039)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu authored Nov 28, 2019
1 parent 6a3ccc3 commit fffc777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ We've removed this rule as it is not compatible with Prettier. If you rely on th
```json
{
"extends": "react-app",
"overrides": [
{
"files": ["**/*.{js,ts?(x)}"],
"rules": {
"no-unexpected-multiline": "warn"
}
}
]
"rules": {
"no-unexpected-multiline": "warn"
}
}
```

Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ module.exports = {
'no-throw-literal': 'warn',
'no-undef': 'error',
'no-restricted-globals': ['error'].concat(restrictedGlobals),
'no-unexpected-multiline': 'warn',
'no-unreachable': 'warn',
'no-unused-expressions': [
'error',
Expand Down

0 comments on commit fffc777

Please sign in to comment.