Commit 7beab9d 1 parent aba9965 commit 7beab9d Copy full SHA for 7beab9d
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 146
146
"plugins/content/frontend/content-blocks/**/*.vue" ,
147
147
"plugins/journey_engine/frontend/builder/**/*.vue"
148
148
] ,
149
+ "plugins" : [
150
+ "vue" ,
151
+ "@stylistic"
152
+ ] ,
149
153
"extends" : [
150
154
"eslint:recommended" ,
151
155
"plugin:vue/vue3-essential" ,
156
160
// override these post initial content release, to make them fit with countly convention
157
161
"no-console" : [ "error" ] ,
158
162
"@stylistic/quotes" : [ "error" , "single" ] ,
159
- "@stylistic/quote-props" : [ "error" , "as-needed" ]
163
+ "@stylistic/quote-props" : [ "error" , "as-needed" ] ,
164
+ "no-unused-vars" : "off" ,
165
+ "vue/no-unused-vars" : [ "error" , {
166
+ "ignorePattern" : "^_"
167
+ } ]
160
168
} ,
161
- "plugins" : [
162
- "vue" ,
163
- "@stylistic"
164
- ] ,
165
169
"parserOptions" : {
166
170
"ecmaVersion" : 2023 ,
167
171
"sourceType" : "module" ,
You can’t perform that action at this time.
0 commit comments