1240aed58bfec406a121e284063f4cdb7d9a44226397fe29e832128c27385c45b368e1eb7e90c86ddb0ce98b14b2a3483b3d6bd1f5927ec9563a350f0a9ef9 442 B

12345678910111213141516171819
  1. # @babel/plugin-transform-property-literals
  2. > Ensure that reserved words are quoted in object property keys
  3. See our website [@babel/plugin-transform-property-literals](https://babeljs.io/docs/babel-plugin-transform-property-literals) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-property-literals
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-property-literals --dev
  12. ```