@layerzerolabs/eslint-configuration 0.2.37 → 0.2.38

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.
Files changed (2) hide show
  1. package/base.js +1 -0
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -118,6 +118,7 @@ export default [
118
118
  '**/generated-zk/**',
119
119
  '**/generated-zk-artifacts/**',
120
120
  '**/generated_artifacts/**',
121
+ '**/contracts/target/**', // Cairo/Scarb build artifacts
121
122
  ],
122
123
  },
123
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/eslint-configuration",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",