8
sdk/typescript/eslint.config.js
Normal file
8
sdk/typescript/eslint.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import eslint from '@eslint/js';
|
||||
import { defineConfig } from 'eslint/config';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default defineConfig(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
);
|
||||
Reference in New Issue
Block a user