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

@riiid/eslint-config

Package Overview
Dependencies
Maintainers
10
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riiid/eslint-config - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

lib/default.js

@@ -57,3 +57,4 @@ module.exports = {

bracketSpacing: false,
jsxBracketSameLine: true
jsxBracketSameLine: true,
arrowParens: "avoid"
}

@@ -117,4 +118,3 @@ ],

"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
}
};
{
"name": "@riiid/eslint-config",
"version": "1.0.9",
"version": "1.0.10",
"main": "lib/default.js",

@@ -11,8 +11,8 @@ "license": "UNLICENSED",

"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint-config-prettier": "^6.11.0",
"@typescript-eslint/eslint-plugin": ">=2",
"@typescript-eslint/parser": ">=2",
"eslint-config-prettier": ">=6",
"eslint-import-resolver-typescript": ">=2",
"eslint-plugin-import": ">=2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": ">=3",
"eslint-plugin-react": ">=7",

@@ -24,5 +24,5 @@ "eslint-plugin-react-hooks": ">=2",

"eslint": "^6.8.0",
"prettier": "^2.0.5",
"prettier": "^2.0.0",
"typescript": "^3.7.4"
}
}
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