{"version":3,"file":"prettier.mjs","names":[],"sources":["../../src/prettier.ts"],"sourcesContent":["import type { TSESLint } from '@typescript-eslint/utils';\nimport eslintConfigPrettier from 'eslint-config-prettier';\n\nconst rules: TSESLint.FlatConfig.Rules = {\n\t...eslintConfigPrettier.rules,\n\n\t'no-inline-comments': 0,\n\n\t// Stylistic rules enabled other configs that should be disabled when using Prettier\n\t'@stylistic/line-comment-position': 0,\n\t'@stylistic/lines-around-comment': 0,\n\t'@stylistic/max-len': 0,\n\t'@stylistic/no-confusing-arrow': 0,\n\t'@stylistic/no-mixed-operators': 0,\n\t'@stylistic/no-tabs': 0,\n\t'@stylistic/quotes': 0,\n\t'@stylistic/jsx-newline': 0,\n\t'@stylistic/jsx-one-expression-per-line': 0,\n\t'@stylistic/jsx-props-no-multi-spaces': 0,\n\t'@stylistic/jsx-tag-spacing': 0,\n\t'@stylistic/jsx-wrap-multilines': 0,\n};\n\nconst config: TSESLint.FlatConfig.ConfigArray = [\n\t{\n\t\trules,\n\t},\n];\n\nexport default config;\n"],"mappings":";;;AAuBA,MAAM,SAA0C,CAC/C,EACC;CArBD,GAAG,qBAAqB;CAExB,sBAAsB;CAGtB,oCAAoC;CACpC,mCAAmC;CACnC,sBAAsB;CACtB,iCAAiC;CACjC,iCAAiC;CACjC,sBAAsB;CACtB,qBAAqB;CACrB,0BAA0B;CAC1B,0CAA0C;CAC1C,wCAAwC;CACxC,8BAA8B;CAC9B,kCAAkC;AAK7B,EACL,CACD"}