Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

14 líneas
196 B

  1. {
  2. "root": true,
  3. "rules": {
  4. "indent": ["error", "tab"],
  5. "no-tabs": "off"
  6. },
  7. "extends": [
  8. "lxsmnsyc/typescript"
  9. ],
  10. "parserOptions": {
  11. "project": "./tsconfig.eslint.json"
  12. }
  13. }