Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
script
/
Filename :
tsc
back
Copy
#!/usr/bin/env ruby # frozen_string_literal: true require_relative "linter" linter_options = { file_regex: %r{^(ui|packages)/.*\.(?:ts|tsx|js)$}, linter_name: "tsc", format: "tsc", command: "node_modules/.bin/tsc -p tsconfig.json --noEmit", campsite_mode: false, boyscout_mode: false, append_files_to_command: false, severe_anywhere: true } eslint = Linter.new(linter_options) eslint.run