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

eslint-plugin-class-property

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-class-property - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/index.js
/**
* @fileoverview enforces semicolon after clas properties
* @fileoverview Enforces semicolon after class properties
* @author marudor

@@ -21,3 +21,3 @@ * @copyright 2016 marudor. All rights reserved.

fix(fixer) {
fixer.insertTextAfter(lastToken, ';');
return fixer.insertTextAfter(lastToken, ';');
},

@@ -24,0 +24,0 @@ });

{
"name": "eslint-plugin-class-property",
"version": "1.0.0",
"description": "enforces semicolon after clas properties",
"version": "1.0.1",
"description": "Enforces semicolon after class properties",
"keywords": [

@@ -24,3 +24,11 @@ "eslint",

},
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/marudor/eslint-plugin-class-property.git"
},
"bugs": {
"url": "https://github.com/marudor/eslint-plugin-class-property/issues"
},
"homepage": "https://github.com/marudor/eslint-plugin-class-property#readme"
}
# eslint-plugin-class-property
enforces semicolon after clas properties
Enforces semicolon after class properties

@@ -47,6 +47,1 @@ ## Installation

* Fill in provided rules here
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