Merge branch 'master' into master

This commit is contained in:
Dull Bananas
2019-11-15 18:46:13 -07:00
committed by GitHub
8 changed files with 117 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ rules:
# reserved but unassigned
- error: "\\b(enum|implements|interface|package|private|protected|public|TODO)"
- constant: "\\b(globalThis|Infinity|null|undefined|NaN)\\b"
- constant: "\\b(null|undefined|NaN)\\b"
- constant: "\\b(true|false)\\b"
- type: "\\b(Array|Boolean|Date|Enumerator|Error|Function|Math|Map|Set|WeakMap|WeakSet)\\b"
- type: "\\b(Number|Object|RegExp|String)\\b"