Skip to content

Commit c3e26e0

Browse files
committed
fix eslint errors
1 parent d8b0351 commit c3e26e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ module.exports = {
2424
],
2525
},
2626
settings: {
27-
'import/resolver': ['webpack', 'node']
28-
}
27+
'import/resolver': ['webpack', 'node'],
28+
},
2929
};

stylelint-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
plugins: ['stylelint-order'],
77
rules: {
88
'order/order': ['custom-properties', 'declarations', 'rules'],
9-
'order/properties-alphabetical-order': true
9+
'order/properties-alphabetical-order': true,
1010
},
1111
};

0 commit comments

Comments
 (0)