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