Skip to content

Commit a3a5a54

Browse files
committed
temporary config
1 parent e7464cd commit a3a5a54

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.eslintrc.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
// override these post initial content release, to make them fit with countly convention
157157
"no-console": ["error"],
158158
"@stylistic/quotes": ["error", "single"],
159-
"@stylistic/quote-props": ["error", "as-needed"],
160-
"require-jsdoc": "off" // temporary addition
159+
"@stylistic/quote-props": ["error", "as-needed"]
161160
},
162161
"plugins": [
163162
"vue",
@@ -259,7 +258,13 @@
259258
"plugins/*/frontend/**/*.js",
260259
"plugins/*/extend/**/*.js"
261260
],
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+
],
263268
"env": {
264269
"es2023": true,
265270
"node": true

0 commit comments

Comments
 (0)