Skip to content

Commit

Permalink
feat: Add no-unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
randomhash committed Feb 9, 2022
1 parent 1f796a8 commit bbe62cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
curly: 'error',
'no-nested-ternary': 'error',
'prettier/prettier': 'error',
'@typescript-eslint/camelcase': 0,
'padding-line-between-statements': paddingLineBetweenStatements,
...jestRules,
...preferDestructuring,
Expand All @@ -45,6 +44,7 @@ module.exports = {
...consistentTypeImports,
'multiline-comment-style': ['error', 'separate-lines'],
'arrow-body-style': ['error', 'as-needed', {requireReturnForObjectLiteral: true }],
'no-unreachable': 'error'
},
overrides: [allowRequireInConfigs, noExplicitReturnTypeInTests],
};

0 comments on commit bbe62cb

Please sign in to comment.