Commit 3c20440 1 parent 0eb881f commit 3c20440 Copy full SHA for 3c20440
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 142
142
{
143
143
"files" : [
144
144
"plugins/content/frontend/content-blocks/**/*.js" ,
145
- "plugins/journey_engine/frontend/builder/**/*.js"
145
+ "plugins/journey_engine/frontend/builder/**/*.js" ,
146
+ "plugins/content/frontend/content-blocks/**/*.vue" ,
147
+ "plugins/journey_engine/frontend/builder/**/*.vue"
146
148
] ,
147
149
"extends" : [
148
150
"eslint:recommended" ,
151
153
"plugin:vue/vue3-recommended"
152
154
] ,
153
155
"rules" : {
156
+ // override these post initial content release, to make them fit with countly convention
154
157
"no-console" : [ "error" ] ,
155
158
"@stylistic/quotes" : [ "error" , "single" ] ,
156
- "@stylistic/quote-props" : [ "error" , "as-needed" ]
159
+ "@stylistic/quote-props" : [ "error" , "as-needed" ] ,
160
+ "require-jsdoc" : "off" // temporary addition
157
161
} ,
158
162
"plugins" : [
159
163
"vue" ,
You can’t perform that action at this time.
0 commit comments