mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] [base] [breaking] enable no-unsafe-finally rule
This commit is contained in:
@@ -138,8 +138,7 @@ module.exports = {
|
||||
'no-unmodified-loop-condition': 0,
|
||||
// disallow return/throw/break/continue inside finally blocks
|
||||
// http://eslint.org/docs/rules/no-unsafe-finally
|
||||
// TODO: enable
|
||||
'no-unsafe-finally': 0,
|
||||
'no-unsafe-finally': 2,
|
||||
// disallow usage of expressions in statement position
|
||||
'no-unused-expressions': 2,
|
||||
// disallow unused labels
|
||||
|
||||
Reference in New Issue
Block a user