CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
eslint.config.js10 linesDownload Raw Back to light-my-request
1'use strict'2 3module.exports = require('neostandard')({4  ignores: [5    ...require('neostandard').resolveIgnoresFromGitignore(),6    'test/benchmark.js'7  ],8  ts: true9})10