Socket
Socket
Sign inDemoInstall

eslint-config-theme-next

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-theme-next - npm Package Compare versions

Comparing version 1.1.4 to 1.2.0

6

index.js
module.exports = {
"extends": ["eslint:recommended"],
parserOptions: {
ecmaVersion: 2017
ecmaVersion: 2018
},

@@ -58,6 +58,2 @@ "rules": {

// Node.js and CommonJS
"handle-callback-err": 2,
"no-path-concat": 2,
// Stylistic Issues

@@ -64,0 +60,0 @@ "array-bracket-spacing": 2,

4

package.json
{
"name": "eslint-config-theme-next",
"version": "1.1.4",
"version": "1.2.0",
"description": "ESLint config for projects under theme NexT organization.",

@@ -25,4 +25,4 @@ "main": "index.js",

"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
"eslint": "^6.0.0 || ^7.0.0"
}
}
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