File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
packages/eslint-plugin/src/configs Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @compiled/eslint-plugin ' : minor
3
+ ---
4
+
5
+ Add ` shorthand-property-sorting ` to recommended ESLint rules
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ export const flatRecommended = {
12
12
'@compiled/no-keyframes-tagged-template-expression' : 'error' ,
13
13
'@compiled/no-styled-tagged-template-expression' : 'error' ,
14
14
'@compiled/no-suppress-xcss' : 'error' ,
15
+ '@compiled/shorthand-property-sorting' : 'error' ,
15
16
} ,
16
17
} as const ;
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ export const recommended = {
12
12
'@compiled/no-keyframes-tagged-template-expression' : 'error' ,
13
13
'@compiled/no-styled-tagged-template-expression' : 'error' ,
14
14
'@compiled/no-suppress-xcss' : 'error' ,
15
+ '@compiled/shorthand-property-sorting' : 'error' ,
15
16
} ,
16
- } ;
17
+ } as const ;
You can’t perform that action at this time.
0 commit comments