You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ESLint ignore patterns for build and test files
Configure ESLint to skip linting build artifacts and test files
(*_test.ts, *_spec.ts, *.bench.ts) during the lint step.
* Add Linting script(package.json)
* Add pnpm >=9.6.0 to sdk engines
Add "pnpm": ">=9.6.0" to the engines field of the SDK package.
Leverage .npmrc’s engine-strict setting to warn when installing dependencies with an incompatible pnpm version.
Ensure all contributors and CI use pnpm version 9.6.0 or higher.
* Align ignorePattern with root ignore
* Add linting script
* Cleanup ESLint(packages/devtools)
* Adjust devDependencies depth of eslint plugins
* Cleanup ESLint(examples & schema)
0 commit comments