mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
chore(fetch-client): add eslint config
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c6aa2383a
commit
21daec0236
1 changed files with 4 additions and 0 deletions
4
packages/clients/fetch-client/eslint.config.js
Normal file
4
packages/clients/fetch-client/eslint.config.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import config from '@zenstackhq/eslint-config/base.js';
|
||||
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
export default config;
|
||||
Loading…
Reference in a new issue