Skip to content

Commit

Permalink
Change message of no-restricted-syntax for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Dec 18, 2024
1 parent 9455c7c commit 926d19e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = {
message:
'Google Closure Compiler optimized `arguments` access. ' +
'This affects function arity. ' +
'Access `arguments.length` to avoid this optimization',
'Create a reference to `arguments` to avoid this optimization',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.cjs2015.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
message:
'Google Closure Compiler optimized `arguments` access. ' +
'This affects function arity. ' +
'Access `arguments.length` to avoid this optimization',
'Create a reference to `arguments` to avoid this optimization',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = {
message:
'Google Closure Compiler optimized `arguments` access. ' +
'This affects function arity. ' +
'Access `arguments.length` to avoid this optimization',
'Create a reference to `arguments` to avoid this optimization',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
message:
'Google Closure Compiler optimized `arguments` access. ' +
'This affects function arity. ' +
'Access `arguments.length` to avoid this optimization',
'Create a reference to `arguments` to avoid this optimization',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/rollup/validate/eslintrc.rn.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
message:
'Google Closure Compiler optimized `arguments` access. ' +
'This affects function arity. ' +
'Access `arguments.length` to avoid this optimization',
'Create a reference to `arguments` to avoid this optimization',
},
],
},
Expand Down

0 comments on commit 926d19e

Please sign in to comment.