UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

12 lines (11 loc) 255 B
//#region src/oxlint/edge.d.ts declare const config: { plugins: "import"[]; rules: { 'no-restricted-globals': number; 'import/extensions': number; 'import-x/extensions': number; }; }; export = config; //# sourceMappingURL=edge.d.cts.map