There was an error while loading. Please reload this page.
1 parent 6712e4a commit b4ca247Copy full SHA for b4ca247
.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