routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { ESLint, Linter } from "eslint";
|
||||
|
||||
//#region src/index.d.ts
|
||||
declare const plugin: ESLint.Plugin;
|
||||
declare const configs: {
|
||||
recommended: Linter.Config[];
|
||||
json: Linter.Config[];
|
||||
yaml: Linter.Config[];
|
||||
};
|
||||
//#endregion
|
||||
export { configs, plugin as default, plugin };
|
||||
Reference in New Issue
Block a user