mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 08:38:08 -05:00
[eslint config] [base] [breaking] enable implicit-arrow-linebreak
This commit is contained in:
@@ -99,8 +99,7 @@ module.exports = {
|
||||
|
||||
// Enforce the location of arrow function bodies with implicit returns
|
||||
// https://eslint.org/docs/rules/implicit-arrow-linebreak
|
||||
// TODO: enable, semver-major
|
||||
'implicit-arrow-linebreak': ['off', 'beside'],
|
||||
'implicit-arrow-linebreak': ['error', 'beside'],
|
||||
|
||||
// this option sets a specific tab width for your code
|
||||
// https://eslint.org/docs/rules/indent
|
||||
|
||||
Reference in New Issue
Block a user