Skip to content

Commit 3c20440

Browse files
committed
update eslint config for contentV1
1 parent 0eb881f commit 3c20440

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.eslintrc.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
{
143143
"files": [
144144
"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"
146148
],
147149
"extends": [
148150
"eslint:recommended",
@@ -151,9 +153,11 @@
151153
"plugin:vue/vue3-recommended"
152154
],
153155
"rules": {
156+
// override these post initial content release, to make them fit with countly convention
154157
"no-console": ["error"],
155158
"@stylistic/quotes": ["error", "single"],
156-
"@stylistic/quote-props": ["error", "as-needed"]
159+
"@stylistic/quote-props": ["error", "as-needed"],
160+
"require-jsdoc": "off" // temporary addition
157161
},
158162
"plugins": [
159163
"vue",

0 commit comments

Comments
 (0)