UNPKG

to-exponential

Version:

Converts any big/small/precise decimal number represented as String, to exponential notation.

16 lines (15 loc) 287 B
module.exports = { env: { browser: true, es6: true, node: true, mocha: true }, extends: 'eslint:recommended', rules: { 'indent': ['error', 2], 'linebreak-style': ['error', 'unix'], 'quotes': ['error', 'single'], 'semi': ['error', 'always'] } };