Skip to content

Commit dcbdfad

Browse files
author
Akhil Pillai
committed
commit to merge
1 parent cc8afef commit dcbdfad

29 files changed

+856
-721
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["recommended", "plugin:@typescript-eslint/recommended"],
2+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
33
"parser": "@typescript-eslint/parser",
44
"parserOptions": {
55
"ecmaVersion": "latest",

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"arrowParens": "avoid",
77
"bracketSpacing": true,
88
"semi": true
9-
}
9+
}

knip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { KnipConfig } from 'knip';
22

33
const config: KnipConfig = {
4-
entry: ['src/index.ts'],
4+
entry: ['src/index.ts', 'src/{commands,events}/*.ts', 'scripts/*.ts'],
55
project: ['src/**/*.ts']
66
};
77

0 commit comments

Comments
 (0)