We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814bb4a commit d3c4210Copy full SHA for d3c4210
.eslintrc.js
@@ -85,6 +85,7 @@ module.exports = {
85
'comma-style': 'error',
86
'computed-property-spacing': 'error',
87
'constructor-super': 'error',
88
+ 'default-case-last': 'error',
89
'dot-location': ['error', 'property'],
90
'dot-notation': 'error',
91
'eol-last': 'error',
0 commit comments