Skip to content

Commit 01ae644

Browse files
committed
Remove broken default linting setup
1 parent bf2b881 commit 01ae644

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"start:dev": "APP_URL='http://localhost:8080' electron-forge start",
1111
"package": "electron-forge package",
1212
"make": "electron-forge make",
13-
"publish": "electron-forge publish",
14-
"lint": "tslint --project tsconfig.json --type-check --force"
13+
"publish": "electron-forge publish"
1514
},
1615
"keywords": [],
1716
"author": "Tim Perry <[email protected]>",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as path from 'path';
22
import { app, BrowserWindow, shell } from 'electron';
33

4-
// tslint:disable-next-line:no-var-requires
54
const packageJson = require('../package.json');
65

76
const APP_URL = process.env.APP_URL || 'https://app.httptoolkit.tech';

tslint.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)