File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ module.exports = {
34
34
'@salesforce/lwc-graph-analyzer/no-unsupported-member-variable-in-member-expression' :
35
35
'warn' ,
36
36
'@salesforce/lwc-graph-analyzer/no-multiple-template-files' : 'warn' ,
37
- '@salesforce/lwc-graph-analyzer/no-undefined-wire-config-property' : 'warn' ,
38
37
'@salesforce/lwc-graph-analyzer/no-assignment-expression-for-external-components' : 'warn' ,
39
38
'@salesforce/lwc-graph-analyzer/no-tagged-template-expression-contains-unsupported-namespace' :
40
39
'warn' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/eslint-plugin-lwc-graph-analyzer" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " ESLint plugin to analyze data graph in a LWC component" ,
5
5
"contributors" : [
6
6
{
You can’t perform that action at this time.
0 commit comments