@webflow/webflow-cli 1.7.4 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update Cloud NextJS scaffold eslint rules
8
+
9
+ ## 1.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Optimized bundle size
14
+
3
15
  ## 1.7.4
4
16
 
5
17
  ### Patch Changes
@@ -11,6 +11,7 @@ const compat = new FlatCompat({
11
11
 
12
12
  const eslintConfig = [
13
13
  ...compat.extends("next/core-web-vitals", "next/typescript"),
14
+ { ignorePatterns: ["**/devlink/**"] },
14
15
  ];
15
16
 
16
17
  export default eslintConfig;