File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ module.exports = {
14
14
'import/resolver' : {
15
15
alias : {
16
16
map : [
17
- [ '@core' , `${ __dirname } /node_modules/@enso-ui/ui/src` ] ,
18
- [ '@calendar' , `${ __dirname } /node_modules/@enso-ui/calendar/src/bulma` ] ,
19
- [ '@financials' , `${ __dirname } /node_modules/@enso-ui/financials/src/bulma` ] ,
17
+ [ '@core' , `${ __dirname } /client/node_modules/@enso-ui/ui/src` ] ,
18
+ [ '@calendar' , `${ __dirname } /client/node_modules/@enso-ui/calendar/src/bulma` ] ,
20
19
] ,
21
20
} ,
22
21
} ,
@@ -32,7 +31,7 @@ module.exports = {
32
31
'no-debugger' : process . env . NODE_ENV === 'production' ? 'error' : 'off' ,
33
32
indent : [ 'error' , 4 ] ,
34
33
'vue/html-indent' : 0 ,
35
- // 'vue/attributes-order': 0,
34
+ 'vue/attributes-order' : 0 ,
36
35
'no-plusplus' : 0 ,
37
36
'no-param-reassign' : 0 ,
38
37
'no-mixed-operators' : 0 ,
You can’t perform that action at this time.
0 commit comments