There was an error while loading. Please reload this page.
1 parent 7a12423 commit ef9279eCopy full SHA for ef9279e
1 file changed
ts.js
@@ -81,6 +81,12 @@ module.exports = {
81
warnOnUnassignedImports: true,
82
},
83
],
84
+ 'sort-imports': [
85
+ 'error',
86
+ {
87
+ ignoreDeclarationSort: true
88
+ }
89
+ ],
90
'no-console': [
91
'error',
92
{
0 commit comments