Skip to content

Commit

Permalink
Merge pull request #204 from saneyuki/pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
popuko authored Dec 26, 2016
2 parents 0b5f2f3 + f97a4b6 commit 80cd1de
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 80 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@types/express": "^4.0.34",
"@types/mocha": "^2.2.33",
"@types/node": "^6.0.52",
"@types/mocha": "^2.2.34",
"@types/node": "^6.0.53",
"@types/react": "^0.14.55",
"@types/react-bootstrap": "^0.0.37",
"@types/react-dom": "^0.14.19",
"@types/whatwg-fetch": "^0.0.33",
"autoprefixer": "^6.5.4",
"autoprefixer": "^6.6.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
Expand All @@ -49,17 +49,17 @@
"jsdom": "^9.9.1",
"mocha": "^3.2.0",
"multer": "^1.2.1",
"office-ui-fabric-react": "^0.82.2",
"office-ui-fabric-react": "^0.82.4",
"option-t": "^3.0.0",
"postcss": "^5.2.6",
"postcss": "^5.2.7",
"postcss-cli": "^2.6.0",
"postcss-import": "^9.0.0",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"rxjs": "^5.0.1",
"rxjs": "^5.0.2",
"stylelint": "^7.7.0",
"tslint": "^4.1.1",
"tslint": "^4.2.0",
"typescript": "^2.1.4",
"webpack": "^1.14.0",
"whatwg-fetch": "^2.0.1"
Expand Down
5 changes: 5 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"rules": {
"array-type": false,
"arrow-parens": true,
"callable-types": true,
"class-name": true,
"completed-docs": false,
"curly": true,
"cyclomatic-complexity": false,
"import-blacklist": [true],
"indent": [true, "spaces"],
"interface-over-type-literal": false,
"linebreak-style": [true, "LF"],
"max-classes-per-file": false,
"max-file-line-count": false,
Expand All @@ -20,6 +22,7 @@
"no-construct": true,
"no-default-export": true,
"no-duplicate-variable": true,
"no-empty-interface": false,
"no-eval": true,
"no-inferred-empty-object-type": false,
"no-invalid-this": true,
Expand All @@ -29,13 +32,15 @@
"no-parameter-properties": true,
"no-require-imports": true,
"no-string-literal": true,
"no-string-throw": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unsafe-finally": true,
"no-unused-new": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"no-var-requires": true,
"no-void-expression": false,
"object-literal-key-quotes": [true, "as-needed"],
"one-variable-per-declaration": [true, "ignore-for-loop"],
"only-arrow-functions": false,
Expand Down
Loading

0 comments on commit 80cd1de

Please sign in to comment.