Skip to content

Commit

Permalink
Added some lint checks
Browse files Browse the repository at this point in the history
Fixes 1) and 3) of #17
  • Loading branch information
Splamy committed Jul 14, 2020
1 parent 4516a86 commit 10efd65
Show file tree
Hide file tree
Showing 20 changed files with 426 additions and 116 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ const rollup = require("rollup");
const concat = require("gulp-concat");
const replace = require("gulp-replace");
const fs = require('fs');
const tslint = require("rollup-plugin-tslint");

task("build", async () => {
const bundle = await rollup.rollup({
input: "./src/main.ts",
plugins: [
tslint(),
rollupTypescript()
]
});
Expand Down
Loading

0 comments on commit 10efd65

Please sign in to comment.