Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 14, 2020
1 parent 9c3affa commit 554faa1
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 265 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"@typescript-eslint/explicit-function-return-type": ["off"]
}
},
{
"files": ["cli/*.js"],
"rules": {
"@typescript-eslint/camelcase": ["off"]
}
},
{
"files": ["tools/node_*.js"],
"rules": {
Expand Down
5 changes: 0 additions & 5 deletions cli/rt.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/* eslint-disable @typescript-eslint/camelcase */
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable no-var */
/* eslint-disable no-unused-vars */
/* eslint-disable camelcase */

System.register("$deno$/io.ts", [], function (exports_1, context_1) {
"use strict";
Expand Down
Loading

0 comments on commit 554faa1

Please sign in to comment.