UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

12 lines (11 loc) 260 B
//#region src/oxlint/astro.d.ts declare const config: { plugins: "react"[]; rules: { 'react/jsx-key': number; 'react/no-unknown-property': number; 'react/self-closing-comp': number; }; }; export = config; //# sourceMappingURL=astro.d.cts.map