rsnext/packages/eslint-plugin-next
Michael Novotny 55b29fb351
Updates prettier to latest version. (#51000)
There are some incoming docs / MDX changes where prettier will throw an error when using the older version. Updating prettier before I bring in those changes.

Looks like the most notable change is adding parentheses around `typeof` checks in TypeScript. 

**Before**

```
export type Locale = typeof i18n['locales'][number]
```

**After**

```
export type Locale = (typeof i18n)['locales'][number]
```
2023-06-09 14:58:19 +00:00
..
src fix: eslint not ignoring "/app" (#50261) 2023-05-26 16:27:42 +00:00
.swcrc Updates prettier to latest version. (#51000) 2023-06-09 14:58:19 +00:00
package.json v13.4.5-canary.9 2023-06-09 08:30:52 +00:00
README.md Add rootDir setting to eslint-plugin-next (#27918) 2021-08-11 10:37:55 +00:00
tsconfig.json chore: add build step to eslint-plugin-next (#38647) 2022-09-30 01:37:59 +00:00

@next/eslint-plugin-next

Documentation for @next/eslint-plugin-next can be found at: https://nextjs.org/docs/basic-features/eslint#eslint-plugin