@putout/plugin-remove-useless-array
🐊Putout plugin adds ability to remove useless array inside property accessors
Last updated 2 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-remove-useless-array 
SYNC missed versions from official npm registry.

@putout/plugin-remove-useless-array NPM version

Property accessors provide access to an object's properties by using the dot notation or the bracket notation.

(c) MDN

????Putout plugin adds ability to remove useless array inside property accessors. Checkout in ????Putout Editor.

Install

npm i @putout/plugin-remove-useless-array

Rule

{
    "rules": {
        "remove-useless-array": "on"
    }
}

❌ Example of incorrect code

A[[B]];

✅ Example of correct code

A[B];

License

MIT

Current Tags

  • 3.0.0                                ...           latest (2 months ago)

5 Versions

  • 3.0.0                                ...           2 months ago
  • 2.0.0                                ...           a year ago
  • 1.1.0                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           2 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (5)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |