refactor!: uses TypeScript, better API usage (#38)
This commit is contained in:
15
eslint.config.mjs
Normal file
15
eslint.config.mjs
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
|
||||
import eslint from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
import prettierConfig from "eslint-plugin-prettier/recommended";
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.strict,
|
||||
tseslint.configs.stylistic,
|
||||
prettierConfig,
|
||||
{
|
||||
ignores: ["build"],
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user