codeclimate validate-config
WARNING: missing 'version' key. Please add `version: "2"`
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'ratings' has been deprecated, and will not be used
no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
no-unused-variable is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
Warning: The 'no-use-before-declare' rule requires type information.
Warning: The 'no-for-in-array' rule requires type information.
Warning: The 'no-unused-variable' rule requires type information.