eslint-config-minim
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/marciobarrios/eslint-config-minim/compare/v1.0.0...v1.0.1) (2018-09-01) | ||
<a name="1.0.0"></a> | ||
@@ -7,0 +12,0 @@ # 1.0.0 (2018-09-01) |
{ | ||
"name": "eslint-config-minim", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Eslint config that only helps you when you are going to mess it up and doesn't bother you about code style", | ||
@@ -9,6 +9,11 @@ "main": "index.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"eslint", | ||
"linter", | ||
"lint" | ||
], | ||
"scripts": { | ||
"commit": "npx git-cz", | ||
"precommit": "lint-staged", | ||
"release": "standard-version && git push --follow-tags origin master" | ||
"release": "standard-version" | ||
}, | ||
@@ -15,0 +20,0 @@ "lint-staged": { |
# eslint-config-minim | ||
Eslint config that only helps you when you are going to mess it up and doesn't bother you about code style | ||
[![npm version](https://img.shields.io/npm/v/eslint-config-minim.svg)](https://www.npmjs.com/package/eslint-config-minim) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) | ||
ESLint config that only helps you when you are going to mess it up and doesn't bother you about code style | ||
## Why? | ||
@@ -12,3 +15,3 @@ If you are frustrated extending your ESLint config from [eslint-config-standard](https://www.npmjs.com/package/eslint-config-standard) or [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb) then you are in the right place. | ||
## Who should use it | ||
If you use ES6 modules, React, Jest or Cypress looks like this config could be really useful for you. | ||
If you use ES6 modules, React, Jest or Cypress this config could be really useful for you. | ||
@@ -15,0 +18,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105009
43