UNPKG

eslint-plugin-es

Version:

ESLint plugin about ECMAScript syntactic features.

11 lines (9 loc) 214 B
/** * DON'T EDIT THIS FILE. * This file was generated by "scripts/update-lib-configs.js" script. */ "use strict" module.exports = { plugins: ["es"], rules: { "es/no-exponential-operators": "error" }, }