2023-02-07 19:12:20 +00:00
|
|
|
# eslint-config-saleor
|
|
|
|
|
2023-08-07 15:02:13 +00:00
|
|
|
## 0.4.5
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
|
|
|
|
|
2023-07-19 09:38:07 +00:00
|
|
|
## 0.4.4
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- e7c2d3a: Updated and ESLint dependencies
|
|
|
|
|
2023-07-10 09:38:52 +00:00
|
|
|
## 0.4.3
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 2d77bca: Updated Next.js to 13.4.8
|
|
|
|
|
2023-06-28 13:17:54 +00:00
|
|
|
## 0.4.2
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- cb6ee29: Updated dependencies
|
|
|
|
|
2023-06-12 12:09:15 +00:00
|
|
|
## 0.4.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- a8834a1: Unified graphql version to 16.6
|
|
|
|
- a8834a1: Unified graphql codegen packages
|
|
|
|
- a8834a1: Removed unnecessary duplicated dependencies from apps and moved them to shared and root (types, eslint rules)
|
|
|
|
- a8834a1: Updated dev dependencies - Typescript, Eslint and Turborepo
|
|
|
|
|
2023-04-21 10:04:30 +00:00
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 453baf7: Added new warn rules to eslint-config-saleor: `newline-after-var` and `multiline-comment-style`.
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- e167e72: Update next.js to 13.3.0
|
|
|
|
- 74174c4: Updated @saleor/app-sdk to 0.37.3
|
|
|
|
- 2e51890: Update next.js to 13.3.0
|
|
|
|
- 2e51890: Update @saleor/app-sdk to 0.37.2
|
|
|
|
|
2023-04-13 14:24:38 +00:00
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- eca52ad: Added "no-default-export" eslint rule (except Next.js page)
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- eca52ad: Replace "export default" with named exports
|
|
|
|
|
2023-03-10 08:50:15 +00:00
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 749941a: Update dependencies to fix config, so ESLint should work in Jetbrains IDE
|
|
|
|
|
2023-02-08 12:00:17 +00:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- d13ece4: Disable next/babel setting in shared eslint config
|
|
|
|
|
2023-02-07 19:12:20 +00:00
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 7aabcdc: Update dependencies
|