There was an error while loading. Please reload this page.
2 parents b8d8ee8 + a690368 commit d6a9a20Copy full SHA for d6a9a20
1 file changed
ts.js
@@ -82,15 +82,9 @@ module.exports = {
82
},
83
'newlines-between': 'never',
84
warnOnUnassignedImports: true,
85
+ named: true
86
87
],
- 'sort-imports': [
88
- 'error',
89
- {
90
- // The declarations are sorted more granularly by the import/order plugin.
91
- ignoreDeclarationSort: true
92
- }
93
- ],
94
'no-console': [
95
'error',
96
{
0 commit comments