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

@jakejarvis/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jakejarvis/eslint-config - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

9

index.js

@@ -0,3 +1,5 @@

/**
* @type {import("eslint").Linter.Config}
*/
module.exports = {
root: true,
extends: [

@@ -93,5 +95,2 @@ "eslint:recommended",

"template-curly-spacing": "error",
// Plugins
"compat/compat": "off", // override locally for browser-targeted projects
},

@@ -105,5 +104,5 @@ overrides: [

// TODO: TypeScript-only config
files: ["*.ts", "*.tsx", "*.d.ts"],
files: ["*.ts"],
},
],
};
{
"name": "@jakejarvis/eslint-config",
"version": "3.0.0",
"version": "3.1.0",
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
"license": "MIT",
"repository": "jakejarvis/eslint-config",
"author": {

@@ -11,10 +12,6 @@ "name": "Jake Jarvis",

},
"repository": {
"type": "git",
"url": "https://github.com/jakejarvis/eslint-config.git"
},
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {

@@ -25,18 +22,8 @@ "lint": "eslint .",

"dependencies": {},
"devDependencies": {
"eslint": "^8.15.0"
},
"peerDependencies": {
"eslint": "^7 || >=8",
"eslint-plugin-compat": "~4.0.0",
"eslint-plugin-import": "~2.25.3"
"eslint": "^7 || >=8"
},
"peerDependenciesMeta": {
"eslint-plugin-compat": {
"optional": true
},
"eslint-plugin-import": {
"optional": true
}
},
"devDependencies": {
"eslint": "^8.2.0"
},
"eslintConfig": {

@@ -43,0 +30,0 @@ "extends": "./index.js",

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