Skip to content

Commit eab377f

Browse files
committed
updated linter config
1 parent 07e22d0 commit eab377f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:debug": "npm run _jspm-build-app",
2828
"bad": "npm run build:app && npm run deploy",
2929
"bvd": "npm run build:vendor && npm run deploy",
30-
"lint": "tslint ./src/**/*.ts*",
30+
"lint": "tslint ./src/**/*.ts[x]",
3131
"test": "jspm run src/test-runner | faucet",
3232
"_jspm-build-app": "jspm build src/app - react - react-dom dist/app.js",
3333
"pre_jspm-bundle-vendor": "jspm unbundle",

src/components/page-section.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as React from 'react';
22
import classNames from 'classnames';
33

4-
const inlineStyles = {
5-
minHeight: { minHeight: '200px' }
6-
};
4+
// const inlineStyles = {};
75

86
export function PageSection({className = '', children = undefined}) {
97

0 commit comments

Comments
 (0)