Commit 253f2e9 Faizal Andyka
committed
1 parent 082a3b6 commit 253f2e9 Copy full SHA for 253f2e9
File tree 4 files changed +19
-7
lines changed
4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ module.exports = {
27
27
] ,
28
28
29
29
rules : {
30
- // javascript
30
+ /**
31
+ * NOTE:
32
+ * javascript custom rules
33
+ */
31
34
'no-undef' : 'off' ,
32
35
'no-return-assign' : 'off' ,
33
36
'no-useless-catch' : 'off' ,
@@ -36,7 +39,10 @@ module.exports = {
36
39
'no-useless-escape' : 'off' ,
37
40
'import/no-absolute-path' : 'off' ,
38
41
39
- // typescript
42
+ /**
43
+ * NOTE:
44
+ * typescript custom rules
45
+ */
40
46
'@typescript-eslint/ban-types' : 'off' ,
41
47
'@typescript-eslint/explicit-function-return-type' : 'off' ,
42
48
'@typescript-eslint/no-explicit-any' : 'off' ,
@@ -86,7 +92,10 @@ module.exports = {
86
92
}
87
93
} ] ,
88
94
89
- // vue
95
+ /**
96
+ * NOTE:
97
+ * vue custom rules
98
+ */
90
99
'vue/no-unused-vars' : 'off' ,
91
100
'vue/no-v-html' : 'off' ,
92
101
'vue/require-default-prop' : 'error' ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- Bismillah, Hello Vue
4
- <CilGlobeAlt />
3
+ Bismillah, Hello World!
4
+ <CilGlobeAlt class = " inline " />
5
5
</div >
6
6
</template >
7
7
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ module.exports = {
15
15
]
16
16
} ] ,
17
17
18
- // rscss
18
+ /**
19
+ * NOTE:
20
+ * rscss custom rules
21
+ */
19
22
'rscss/no-descendant-combinator' : false
20
23
}
21
24
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
'./src/**/*.{vue,js,ts}'
7
7
] ,
8
8
presets : [ ] ,
9
- darkMode : false , // or 'media' or 'class'
9
+ darkMode : false ,
10
10
theme : {
11
11
screens : {
12
12
sm : '640px' ,
You can’t perform that action at this time.
0 commit comments