Symbol
class (es/no-symbol)
disallow the This rule reports ES2015 Symbol
class as errors.
Examples
⛔ Examples of incorrect code for this rule:
/*eslint es/no-symbol: error */
let s = Symbol("s")
Symbol
class (es/no-symbol)This rule reports ES2015 Symbol
class as errors.
⛔ Examples of incorrect code for this rule:
/*eslint es/no-symbol: error */
let s = Symbol("s")