@jakejarvis/eslint-config
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
5201
1