Skip to content

Commit 818a7c0

Browse files
committed
Add tsconfig and package-json
1 parent 05aa7ef commit 818a7c0

3 files changed

Lines changed: 4172 additions & 6 deletions

File tree

index.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ import { Linter } from "eslint";
33
import BaseConfig = Linter.BaseConfig;
44

55
const config: BaseConfig = {
6-
extends: [
7-
"pythoncoderas-typescript",
8-
"pythoncoderas"
9-
],
6+
extends: ["pythoncoderas-typescript", "pythoncoderas"],
107
rules: {
11-
"import/extensions": "off"
12-
}
8+
"import/extensions": "off",
9+
},
1310
};
1411

1512
module.exports = config;

0 commit comments

Comments
 (0)