UNPKG

eslint-config-neon

Version:

The ultimate ESLint shareable config

23 lines (21 loc) 679 B
import eslintConfigPrettier from "eslint-config-prettier"; //#region src/prettier.ts const config = [{ rules: { ...eslintConfigPrettier.rules, "no-inline-comments": 0, "@stylistic/line-comment-position": 0, "@stylistic/lines-around-comment": 0, "@stylistic/max-len": 0, "@stylistic/no-confusing-arrow": 0, "@stylistic/no-mixed-operators": 0, "@stylistic/no-tabs": 0, "@stylistic/quotes": 0, "@stylistic/jsx-newline": 0, "@stylistic/jsx-one-expression-per-line": 0, "@stylistic/jsx-props-no-multi-spaces": 0, "@stylistic/jsx-tag-spacing": 0, "@stylistic/jsx-wrap-multilines": 0 } }]; //#endregion export { config as default }; //# sourceMappingURL=prettier.mjs.map