eslint-plugin-sort
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "eslint-plugin-sort", | ||
"description": "Auto-fixable sort rules for ESLint.", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"author": "Mark Skelton", | ||
@@ -28,8 +28,12 @@ "repository": "github:mskelton/eslint-plugin-sort", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./index.cjs" | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"index.cjs" | ||
"index.cjs", | ||
"index.d.ts" | ||
], | ||
@@ -36,0 +40,0 @@ "peerDependencies": { |
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
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
61052
7
1895