Socket
Socket
Sign inDemoInstall

eslint-config-wojtekmaj

Package Overview
Dependencies
233
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "eslint-config-wojtekmaj",
"version": "0.6.0",
"version": "0.6.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/wojtekmaj/eslint-config.git",

@@ -35,2 +35,3 @@ [![CI](https://github.com/wojtekmaj/eslint-config-wojtekmaj/workflows/CI/badge.svg)](https://github.com/wojtekmaj/eslint-config-wojtekmaj/actions)

* `import/no-named-as-default`: Turned off.
* `no-alert`: Set to `"warn"`.

@@ -37,0 +38,0 @@ * `no-console`: Set to `"warn"`, with the exception of files only executed internally e.g. Webpack config files.

@@ -12,2 +12,3 @@ module.exports = {

rules: {
'import/no-named-as-default': 'off',
'no-alert': 'warn',

@@ -14,0 +15,0 @@ 'no-console': 'warn',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc