eslint-plugin-class-property : Enforces semicolon after class properties. You can installing eslint-plugin-class-property npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install eslint-plugin-class-property $ sudo npm install -g eslint-plugin-class-property
If want to update the eslint-plugin-class-property package execute the command as below,
$ sudo npm update eslint-plugin-class-property
Update package globally,
$ npm install -g eslint-plugin-class-property
$ sudo git clone https://github.com/rektide/eslint-plugin-class-property.git
$ sudo npm install -g ./eslint-plugin-class-property
eslint-plugin-class-property@1.0.6 /usr/lib/node_modules/eslint-plugin-class-property
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-class-property
Package Name | eslint-plugin-class-property |
Version | 1.0.6 |
Description | Enforces semicolon after class properties |
Released Date | 2017-04-19T10:04:01.240Z |
Published by | marudor |
How to Learn | https://www.npmjs.com/package/eslint-plugin-class-property/tutorial |