Commit a3a5a54 1 parent e7464cd commit a3a5a54 Copy full SHA for a3a5a54
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 156
156
// override these post initial content release, to make them fit with countly convention
157
157
"no-console" : [ "error" ] ,
158
158
"@stylistic/quotes" : [ "error" , "single" ] ,
159
- "@stylistic/quote-props" : [ "error" , "as-needed" ] ,
160
- "require-jsdoc" : "off" // temporary addition
159
+ "@stylistic/quote-props" : [ "error" , "as-needed" ]
161
160
} ,
162
161
"plugins" : [
163
162
"vue" ,
259
258
"plugins/*/frontend/**/*.js" ,
260
259
"plugins/*/extend/**/*.js"
261
260
] ,
262
- "excludedFiles" : "plugins/*/frontend/public/**/*.js" ,
261
+ "excludedFiles" : [
262
+ "plugins/*/frontend/public/**/*.js" ,
263
+ "plugins/content/frontend/content-blocks/**/*.js" ,
264
+ "plugins/journey_engine/frontend/builder/**/*.js" ,
265
+ "plugins/content/frontend/content-blocks/**/*.vue" ,
266
+ "plugins/journey_engine/frontend/builder/**/*.vue"
267
+ ] ,
263
268
"env" : {
264
269
"es2023" : true ,
265
270
"node" : true
You can’t perform that action at this time.
0 commit comments