Socket
Socket
Sign inDemoInstall

@billogram/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@billogram/eslint-config - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

14

CHANGELOG.md

@@ -6,2 +6,16 @@ # Change Log

## [2.11.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.10.0...@billogram/eslint-config@2.11.0) (2021-07-26)
### Bug Fixes
* Fix broken config for react/require-render-return ([9907965](https://github.com/billogram/frontend-dev-tools/commit/9907965))
### Features
* Upgrade ESLint dependencies ([c78f8b7](https://github.com/billogram/frontend-dev-tools/commit/c78f8b7))
* Remove flowtype config from eslint-config ([8368c3b](https://github.com/billogram/frontend-dev-tools/commit/8368c3b))
## [2.10.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/eslint-config@2.9.3...@billogram/eslint-config@2.10.0) (2021-03-08)

@@ -8,0 +22,0 @@

2

config/react.js

@@ -160,3 +160,3 @@ module.exports = {

'react/require-optimization': 'off',
'react/require-render-return': ['warn', {}],
'react/require-render-return': 'warn',
'react/self-closing-comp': 'off',

@@ -163,0 +163,0 @@ 'react/sort-comp': ['warn', {

{
"name": "@billogram/eslint-config",
"version": "2.10.0",
"version": "2.11.0",
"description": "Custom ESLint configurations",

@@ -16,3 +16,3 @@ "keywords": [

"devDependencies": {
"eslint": "^7.16.0"
"eslint": "^7.31.0"
},

@@ -19,0 +19,0 @@ "scripts": {

@@ -20,3 +20,2 @@ # @billogram/eslint-config

* `@billogram/eslint-config/config/filenames`
* `@billogram/eslint-config/config/flowtype`
* `@billogram/eslint-config/config/import`

@@ -23,0 +22,0 @@ * `@billogram/eslint-config/config/node`

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