Skip to content

Commit

Permalink
ts any eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Jul 30, 2021
1 parent 9883052 commit 60c5b69
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"ignorePatterns": "dist/"
}
4 changes: 2 additions & 2 deletions dist/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export declare const git_repo_url = "https://github.com/heyayushh/node.ts.git";
export declare function get_random(list: Array<any>): any;
export declare function get_random<T>(list: Array<T>): T;
export declare const theme: {
colors: string[];
background: string;
foreground: string;
};
export declare const ascii: () => any;
export declare const ascii: () => string;
4 changes: 2 additions & 2 deletions dist/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60c5b69

Please sign in to comment.