remove some errors

This commit is contained in:
allipierre
2017-11-23 12:28:10 +01:00
parent 7c07552f85
commit c0ec4daf14
4 changed files with 5 additions and 37 deletions
@@ -1,5 +1,3 @@
/// <reference types="jquery"/>
/// <reference path="index.d.ts" />
namespace server {
export interface Iperson {
title: string,
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for jquery-confirm v3.3.0 https://craftpip.github.io/jquery-confirm/
// Type definitions for confirmdialog v3.3.0
// Project: https://github.com/allipierre/Type-definitions-for-jquery-confirm/tree/master/types/confirmDialog-js
// Definitions by: Alli Pierre Yotti https://github.com/allipierre
// Definitions by: Alli Pierre Yotti <https://github.com/allipierre>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface JQueryStatic {
+2 -2
View File
@@ -8,8 +8,8 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "types",
"typeRoots": ["types"],
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
+1 -31
View File
@@ -1,31 +1 @@
{
"rules": {
"max-line-length": {
"options": [
120
]
},
"new-parens": true,
"no-arg": true,
"no-bitwise": true,
"no-conditional-assignment": true,
"no-consecutive-blank-lines": false,
"no-console": {
"options": [
"debug",
"info",
"log",
"time",
"timeEnd",
"trace"
]
}
},
"jsRules": {
"max-line-length": {
"options": [
120
]
}
}
}
{ "extends": "dtslint/dt.json" }