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

Commit

Permalink
Merge pull request #5 from invisible-tech/ktj/fix
Browse files Browse the repository at this point in the history
fix: files in package.json
  • Loading branch information
rodrigo4244 authored Sep 29, 2017
2 parents 55c761e + 9e52bc0 commit ca5079b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"no-use-before-define": "off",
"one-var": [ "error", { "initialized": "never", "uninitialized": "always" }],
"one-var-declaration-per-line": ["error", "initializations"],
"object-curly-newline": ["error", { "consistent": true }],
"prefer-rest-params": "off",
"promise/always-return": "error",
"promise/catch-or-return": "error",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@invisible/eslint-config",
"license": "MIT",
"version": "1.0.2",
"version": "1.0.3",
"description": "Invisible Rules",
"engines": {
"node": "^8.5.0"
Expand All @@ -12,9 +12,6 @@
"name": "Invisible Technologies",
"url": "https://github.com/invisible-tech"
},
"files": [
"."
],
"main": "index.js",
"keywords": [
"eslint",
Expand Down

0 comments on commit ca5079b

Please sign in to comment.