New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-silk

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-silk - npm Package Compare versions

Comparing version

to
1.13.0

7

base.js
module.exports = {
"extends": [
"eslint:recommended",
"plugin:flowtype/recommended"
"plugin:flowtype/recommended",
"plugin:silk/recommended",
],

@@ -14,3 +15,4 @@ "parserOptions": {

"plugins": [
"flowtype"
"flowtype",
"silk",
],

@@ -65,2 +67,3 @@ "env": {

"no-with": 2,
"arrow-parens": 2,
"arrow-spacing": [2, {"before": true, "after": true}],

@@ -67,0 +70,0 @@ "brace-style": 2,

{
"name": "eslint-config-silk",
"version": "1.9.1",
"version": "1.13.0",
"description": "Silk eslint rules",

@@ -5,0 +5,0 @@ "main": "index.js",