@putout/plugin-apply-dot-notation
🐊Putout plugin applies dot notation
Last updated 8 months ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @putout/plugin-apply-dot-notation 
SYNC missed versions from official npm registry.

@putout/plugin-apply-dot-notation NPM version

????Putout plugin adds ability to apply dot notation. Checkout out in ????Putout Editor.

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

(c) MDN

Install

npm i @putout/plugin-apply-dot-notation

Rule

{
    "rules": {
        "apply-dot-notation": "on"
    }
}

❌ Example of incorrect code

a.hello['world'];

✅ Example of correct code

a.hello.world;
a[1];

Comparison

Linter Rule Fix
???? Putout apply-dot-notation
ESLint dot-notation
???? Blog Converting-Bracket-Notation-Dot-Notation

License

MIT

Current Tags

  • 3.0.0                                ...           latest (8 months ago)

4 Versions

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

Copyright 2013 - present © cnpmjs.org | Home |