mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// @ts-check
|
||||
import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
/* Rules used for anything extension related (including types). */
|
||||
export default tseslint.config({
|
||||
extends: [
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
],
|
||||
files: [
|
||||
'src/extension/**/*.ts',
|
||||
'src/types/**/*.d.ts',
|
||||
],
|
||||
ignores: [
|
||||
'src/types/schemas/**/*.d.ts',
|
||||
'src/types/env.d.ts',
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user