We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3ccc3 commit fffc777Copy full SHA for fffc777
CHANGELOG.md
@@ -48,14 +48,9 @@ We've removed this rule as it is not compatible with Prettier. If you rely on th
48
```json
49
{
50
"extends": "react-app",
51
- "overrides": [
52
- {
53
- "files": ["**/*.{js,ts?(x)}"],
54
- "rules": {
55
- "no-unexpected-multiline": "warn"
56
- }
57
58
- ]
+ "rules": {
+ "no-unexpected-multiline": "warn"
+ }
59
}
60
```
61
packages/eslint-config-react-app/index.js
@@ -188,7 +188,6 @@ module.exports = {
188
'no-throw-literal': 'warn',
189
'no-undef': 'error',
190
'no-restricted-globals': ['error'].concat(restrictedGlobals),
191
- 'no-unexpected-multiline': 'warn',
192
'no-unreachable': 'warn',
193
'no-unused-expressions': [
194
'error',
0 commit comments