Skip to content

Commit 5a2a79e

Browse files
committed
wip: set no upper case api name to warn
1 parent b6a33b9 commit 5a2a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'@lwc/lwc/no-deprecated': 'error',
1717

1818
// LWC public property syntax validation
19-
'@lwc/lwc/no-leading-uppercase-api-name': 'error',
19+
'@lwc/lwc/no-leading-uppercase-api-name': 'warn',
2020

2121
// LWC decorator validation
2222
'@lwc/lwc/valid-api': 'error',

0 commit comments

Comments
 (0)