We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291fe63 commit f30b5e3Copy full SHA for f30b5e3
tools/eslint-rules/prefer-primordials.js
@@ -1,6 +1,6 @@
1
/**
2
* @fileoverview We shouldn't use global built-in object for security and
3
- * performance reason. This linter rule reports replacable codes
+ * performance reason. This linter rule reports replaceable codes
4
* that can be replaced with primordials.
5
* @author Leko <[email protected]>
6
*/
0 commit comments