Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from guicar/clas
Browse files Browse the repository at this point in the history
Replace clas by class
  • Loading branch information
marudor committed Aug 23, 2016
2 parents 6eb690f + 5292c25 commit 3705b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
@@ -1,6 +1,6 @@
# eslint-plugin-class-property

enforces semicolon after clas properties
Enforces semicolon after class properties

## Installation

Expand Down Expand Up @@ -44,8 +44,3 @@ Then configure the rules you want to use under the rules section.
## Supported Rules

* Fill in provided rules here





2 changes: 1 addition & 1 deletion lib/index.js
@@ -1,5 +1,5 @@
/**
* @fileoverview enforces semicolon after clas properties
* @fileoverview Enforces semicolon after class properties
* @author marudor
* @copyright 2016 marudor. All rights reserved.
* See LICENSE file in root directory for full license.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-class-property",
"version": "1.0.0",
"description": "enforces semicolon after clas properties",
"description": "Enforces semicolon after class properties",
"keywords": [
"eslint",
"eslintplugin",
Expand Down

0 comments on commit 3705b86

Please sign in to comment.