Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-microsoft-contrib

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-microsoft-contrib - npm Package Versions

134

5.2.1

Diff

Changelog

Source

5.2.1

All Issues

  • #479 Source control improvement: repository forces \n endline style on Windows
  • #485 Adjusted tsutils peer dependency to not allow versions that break either TypeScript 2.X or 3.X
microsoft
published 5.2.0 •

Changelog

Source

5.2.0

All Issues

  • #207 Checked second expect() messages in chai-vague-errors
  • #454 Disable no-multiline-string in recommended ruleset
  • #465 Avoided matching describe() calls in max-func-body-length
  • #468 Fixed max-func-body-length off-by-one counts
  • #475 Added TypeScript@3 as allowed peer dependency
  • #476 Fixed react-a11y-image-button-has-alt crashes on expression types
hamletdrc
published 5.1.0 •

Changelog

Source

5.1.0

All Issues

  • #115 Single line block comments allowed to be nested inside code or JSX
  • #291 Excluded generators in no-function-expression
  • #381 Fixed no-unnecessary-local-variable false positive
  • #389 Ignored test inclusions/exclusions for mocha-no-side-effect-code
  • #412 Fixed several no-octal-literal edge cases
  • #413 Fixed backslashes in no-octal-literal
  • #417 Type-checking for noStringBased rules
  • #423 Allowed http://localhost for recommended no-http-string setting
  • #425 Added config setting for no-inner-html for which expressions to flag
  • #427 Added console.error to recommended ruleset for no-console
  • #444 Started flagging export { ... } declarations in export-name
  • #446 Allowed this.timeout in mocha-no-side-effect-code
  • #447 Update broken accessibility link in README.md
  • #449 Removed invalid examples.com domain from recommended ruleset
hamletdrc
published 5.0.3 •

Changelog

Source

5.0.3

All Issues

  • #390 react-a11y-image-button-has-alt toLowerCase error throws
  • #414 Remove TypeError in reactA11yImgHasAltRule.ts for undefined role attribute
  • #411 Removed default configuration of deprecated rules.
  • #405 Deprecated several rules that are now duplicates
  • #410 Removed default configuration of deprecated rules.
hamletdrc
published 5.0.2 •

Changelog

Source

5.0.2

All Issues

  • #402 fix false positive for no-string-based-set-timeout
  • #406 deprecate no-stateless-class rule in favor of no-unnecessary-class
  • #382 Deprecate the no-var-self rule and replace with no-this-assignment
  • #401 add grunt rule to generate rule-metadata.json which contains all rule…
  • #400 Audit rules that have already been added in TSLint
  • #399 Use ReadonlyArray for node arrays
  • #391 Upgrade grunt and other library versions in build
  • #386 Add 'typescript' to peer dependencies
  • #379 The use-isnan rule is fully removed
hamletdrc
published 5.0.1 •

Changelog

Source

5.0.1

All Issues

  • #373 Fix tsutils peer dependency issue with tslint-microsoft-contrib@5.0.0
  • #371 relax tsutils peer dependency
  • #375 Fix mocha-avoid-only. Only return expression length to stop annoying whole block underlining
  • #372 Remove the use-isnan rule
  • #370 Fix no-http-string. Do not ignore template strings
microsoft
published 5.0.0 •

Changelog

Source

5.0.0

All Issues

  • #359 Update TSLint to v5
  • #354 tslint 5.0.0 contains custom rule breaking changes
  • #367 Add support for tslint version to 5.1.0
  • #369 Support typescript 2.3
  • #349 New rule: no-useless-files
  • #368 Remove deprecated rule 'no-unused-imports'
  • #364 remove no-sparse-arrays rule
  • #361 Use TypeScript config files for compilation
  • #360 gruntfile and tsconfig are inconsistent
  • #350 Add AppVeyor configuration
  • #348 Fix the new rule snippet to not create an immediately broken file
microsoft
published 4.0.1 •

Changelog

Source

4.0.1

All Issues

  • #345 Remove no-unused-variable to suppress tslint warning
  • #344 typedef rule - Change recommended parameters so to something meaningful bug
  • #343 object-literal-key-quotes false positive when linting empty string
  • #341 Recommended value for member-ordering rule is pointless enhancement
  • #338 no-http-string rule - false positive when http:// occurs in the middle of a string
  • #337 Performance - no-http-string should replace regex with indexOf
  • #336 no-http-string rule should support very large source files and string input
  • #333 remove "prefer-const" rule - tslint has same rule with same name so our's is unusable
  • #332 Performance - no-http-string should use visitStringLiteral not visitNode
  • #331 no-http-string's NoHttpStringWalker should use visitStringLiteral
  • #328 Deprecate no-empty-interfaces - rule is now in TSLint bug
  • #327 Improve import-name failure message when import filenames contain a dot enhancement
  • #326 update recommended ruleset with new tslint 4.0 rules
microsoft
published 4.0.0 •

Changelog

Source

4.0.0

All Issues

  • #313 Enhancement - tslint 4.0 support
  • #319 Enhancement - react-a11y-anchors-rule now includes innerimage alt text as its text content
  • #318 Enhancement - Fix line endings errors in IDE by providing an .editorconfig file
  • #320 Bug - react-a11y-img-has-alt not working when passing options
microsoft
published 2.0.14 •

Changelog

Source

2.0.14

All Issues

  • #302 New Rule - react-tsx-curly-spacing - Port TSX curly spacing rule.
  • #255 New Rule - new security rule: detect-non-literal-require
  • #311 Enhancement - Configurable Props and State interface names
  • #310 Enhancement - Rule no-stateless-class does not account for constructors using parameter properties bug
  • #308 Enhancement - function-name rule - add support for linting protected methods
  • #303 Enhancement - mocha-no-side-effect: Add support for "BeforeAll()" and "afterAll()" methods (Jasmine)
  • #301 Enhancement - Declare TypeScript SDK path in VSCode settings.
  • #292 Enhancement - support checkLoops for noConstantConditionRule
  • #240 Enhancement - mocha rules: support context and specify feature-request
  • #317 Documentation - Use inline code in prefer-type-cast doc to improve readability
  • #312 Bug Fix - Support for Typescript 2.1
  • #307 Bug Fix - False positive for no-unnecessary-semicolons on empty loops bug
  • #306 Bug Fix - false positive in string timeout methods: Function is treated as string
  • #305 Bug Fix - fix anchors rule not correctly apply 4 chars rule
  • #304 Bug Fix - Remove deprecated no-duplicate-key rule
  • #298 Bug Fix - update rule: react-a11y-img-has-alt - should allow role='presentation' with non-empty alt text.
  • #296 Bug Fix - update rule: react-a11y-role-supports-aria-props - Do not check custom element
  • #295 Bug Fix - update rule: react-a11y-anchors - Do not check if role='button'
  • #261 Bug Fix - 'this' banned term conflicts with Typescript's function this-types
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc