diff --git a/types/react-json/index.d.ts b/types/react-json/index.d.ts index 759b8bfe86..90b5b202dc 100644 --- a/types/react-json/index.d.ts +++ b/types/react-json/index.d.ts @@ -17,4 +17,3 @@ declare class Json extends React.Component { } export default Json; - diff --git a/types/react-json/tslint.json b/types/react-json/tslint.json index f46aa2f5f0..f93cf8562a 100644 --- a/types/react-json/tslint.json +++ b/types/react-json/tslint.json @@ -1,7 +1,3 @@ { - "extends": "dtslint/dt.json", - "rules": { - "no-var-requires": false - } - + "extends": "dtslint/dt.json" }