Skip to content

Commit d3c4210

Browse files
cjihrigMylesBorins
authored andcommitted
tools: enable default-case-last lint rule
PR-URL: #31400 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 814bb4a commit d3c4210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ module.exports = {
8585
'comma-style': 'error',
8686
'computed-property-spacing': 'error',
8787
'constructor-super': 'error',
88+
'default-case-last': 'error',
8889
'dot-location': ['error', 'property'],
8990
'dot-notation': 'error',
9091
'eol-last': 'error',

0 commit comments

Comments
 (0)