next-downloader-bot/eslint.config.js
vchikalkin a941b7ed36 init
2025-08-13 18:16:51 +03:00

12 lines
211 B
JavaScript

import { node } from '@vchikalkin/eslint-config-awesome';
/** @type {import("eslint").Linter.Config} */
export default [
...node,
{
rules: {
'unicorn/prevent-abbreviations': 'off',
},
},
];