UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

15 lines (13 loc) 259 B
"use strict"; //#region src/oxlint/astro.ts const config = { plugins: ["react"], rules: { "react/jsx-key": 0, "react/no-unknown-property": 0, "react/self-closing-comp": 0 } }; //#endregion module.exports = config; //# sourceMappingURL=astro.cjs.map