mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
* feat(server): migrate rpc api handler and express adapter * fix package.json * misc fixes * update * update ot express5 only * update * update * fix test
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
import config from '@zenstackhq/eslint-config/base.js';
|
|
|
|
/** @type {import("eslint").Linter.Config} */
|
|
export default config;
|