eslint-plugin-eslint-plugin
Advanced tools
Comparing version 2.3.0 to 3.0.0
# Changelog | ||
## v3.0.0 (2021-04-08) | ||
* Breaking: change test-case-property-ordering default options (fixes [#79](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/issues/79)) ([#93](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/issues/93)) ([ffb734b](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/commit/ffb734b5915fbb0087c7aac8791a875f2c4b49e5)) | ||
* Breaking: drop eslint < 7 & node.js < 10 ([#95](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/issues/95)) ([59ddffc](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/commit/59ddffcd0c4f1e293883838264daa7a29da04db7)) | ||
* Docs: Grammar in `require-meta-schema.md` ([#103](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/issues/103)) ([a3017e2](git@github.com:not-an-aardvark/eslint-plugin-eslint-plugin/commit/a3017e253db08630da3f92428df6f4f2680ecf12)) | ||
## v2.3.0 (2020-06-23) | ||
@@ -4,0 +10,0 @@ |
@@ -34,3 +34,13 @@ /** | ||
const message = 'The properties of a test case should be placed in a consistent order: [{{order}}].'; | ||
const order = context.options[0] || ['code', 'output', 'options', 'parserOptions', 'errors']; | ||
const order = context.options[0] || [ | ||
'filename', | ||
'code', | ||
'output', | ||
'options', | ||
'parser', | ||
'parserOptions', | ||
'globals', | ||
'env', | ||
'errors', | ||
]; | ||
const sourceCode = context.getSourceCode(); | ||
@@ -37,0 +47,0 @@ |
{ | ||
"name": "eslint-plugin-eslint-plugin", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"description": "An ESLint plugin for linting ESLint plugins", | ||
@@ -37,7 +37,7 @@ "author": "Teddy Katz", | ||
"escope": "^3.6.0", | ||
"eslint": "^7.0.0-alpha.3", | ||
"eslint": "^7.9.0", | ||
"eslint-config-not-an-aardvark": "^2.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-self": "^1.0.1", | ||
"espree": "^6.2.1", | ||
"eslint-plugin-self": "^1.2.1", | ||
"espree": "^7.3.0", | ||
"estraverse": "^5.0.0", | ||
@@ -48,7 +48,7 @@ "lodash": "^4.17.2", | ||
"peerDependencies": { | ||
"eslint": ">=5.0.0" | ||
"eslint": "^7.0.0" | ||
}, | ||
"engines": { | ||
"node": "^6.14.0 || ^8.10.0 || >=9.10.0" | ||
"node": "^10.12.0 || >=12.0.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
106403
1914
1