Skip to content

Commit 2f03f67

Browse files
Update no-restricted-syntax.js
1 parent e6c3663 commit 2f03f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

no-restricted-syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default const baseRestrictedSyntax = [
1+
export default [
22
{
33
selector: 'Property[method="true"]',
44
message: 'No shortform methods. x: function (). not x()'

0 commit comments

Comments
 (0)