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

eslint-config-minim

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-minim - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md

@@ -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)

9

package.json
{
"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

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