mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
Add tslint
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"build": "tsc",
|
||||
"prestart": "tsc demo/generate.ts",
|
||||
"start": "node demo/generate.js",
|
||||
"prepublish": "npm run build"
|
||||
"prepublish": "npm run build",
|
||||
"lint": "tslint src/*.ts"
|
||||
},
|
||||
"author": "Tyriar",
|
||||
"license": "MIT",
|
||||
@@ -22,6 +23,8 @@
|
||||
"typings": "dist/index",
|
||||
"devDependencies": {
|
||||
"@types/node": "^6.0.41",
|
||||
"tslint": "^5.9.1",
|
||||
"tslint-consistent-codestyle": "^1.13.0",
|
||||
"typescript": "^2.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user