eslint-plugin-prettier
eslint-plugin-prettier copied to clipboard
ESLint plugin for Prettier formatting
Bumps [@1stg/eslint-config](https://github.com/1stG/configs) from 3.0.0 to 5.4.4. Commits 9f7401d chore: release package(s) (#145) 7749cc6 docs: it should be app-config 8d9171d chore(deps): bump all (dev)Dependencies (#144) d7ee515 chore: release package(s) (#142) 701f349...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.5 to 5.31.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.31.0 5.31.0 (2022-07-25) Bug Fixes eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe) scope-manager: handle...
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.23.1 to 2.24.1. Release notes Sourced from @changesets/cli's releases. @changesets/cli@2.24.1 Patch Changes Updated dependencies [f64bc1b]: @changesets/git@1.4.1 @changesets/apply-release-plan@6.0.3 @changesets/read@0.5.7 @changesets/get-release-plan@3.0.12 @changesets/cli@2.24.0 Minor Changes #858 dd9b76f Thanks @dotansimha! -...
Bumps [@graphql-eslint/eslint-plugin](https://github.com/B2o5T/graphql-eslint) from 2.5.0 to 3.10.7. Release notes Sourced from @graphql-eslint/eslint-plugin's releases. @graphql-eslint/eslint-plugin@3.10.7 Patch Changes b6de7ff: fix(GraphQLRuleTester): provide output field for GraphQLInvalidTestCase type @graphql-eslint/eslint-plugin@3.10.6 Patch Changes 39ab684: fix(alphabetize): should not...
Bumps [@changesets/changelog-github](https://github.com/changesets/changesets) from 0.4.5 to 0.4.6. Release notes Sourced from @changesets/changelog-github's releases. @changesets/changelog-github@0.4.6 Patch Changes Updated dependencies [dd9b76f]: @changesets/types@5.1.0 Commits e420482 Version Packages (#882) dd9b76f Make snapshot. useCalculatedVersion a stable...
To resolve this problem, all we have to do is protect our fix "range", so other rules won't do fix inside it. - Question: how wide should our range be,...
Edit by @lydell: TL;DR We recommend turning off these rules for the time being: ```json { "rules": { "arrow-body-style": "off", "prefer-arrow-callback": "off" } } ``` --- **What version of `eslint`...