number2texto
Version:
Converts numbers to text in English, Spanish and Portuguese
27 lines • 495 B
JSON
{
"env": {
"commonjs": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"google"
],
"ignorePatterns": [
""
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"max-len": "off",
"new-cap": "off",
"linebreak-style": "off",
"require-jsdoc": "off"
}
}