web: add eslint
This commit is contained in:
9
web/eslint.config.js
Normal file
9
web/eslint.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// @ts-check
|
||||
|
||||
import eslint from '@eslint/js';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
);
|
||||
Reference in New Issue
Block a user