routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @fileoverview exports for browsers
|
||||
* @author 唯然<weiran.zsd@outlook.com>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
const { Linter } = require("./linter/linter");
|
||||
|
||||
module.exports = { Linter };
|
||||
Reference in New Issue
Block a user