@blueprintjs/eslint-plugin
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@blueprintjs/eslint-plugin", | ||
"version": "6.0.1", | ||
"description": "ESLint rules for use with @blueprintjs packages", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib/* || true", | ||
"compile": "tsc -p src/", | ||
"lint": "es-lint", | ||
"lint-fix": "es-lint --fix", | ||
"test": "SWC_NODE_PROJECT=./tsconfig.test.json mocha --require @swc-node/register,test/setup.ts --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^6.11.0", | ||
"eslint": "^8.53.0" | ||
}, | ||
"devDependencies": { | ||
"@blueprintjs/node-build-scripts": "workspace:^", | ||
"@eslint/eslintrc": "^2.1.3", | ||
"@swc-node/register": "^1.6.8", | ||
"@swc/core": "^1.3.96", | ||
"@types/dedent": "~0.7.2", | ||
"@typescript-eslint/rule-tester": "^6.11.0", | ||
"dedent": "^1.5.1", | ||
"mocha": "^10.2.0", | ||
"typescript": "~5.2.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:palantir/blueprint.git", | ||
"directory": "packages/eslint-plugin" | ||
}, | ||
"author": "Palantir Technologies", | ||
"license": "Apache-2.0" | ||
} | ||
"name": "@blueprintjs/eslint-plugin", | ||
"version": "6.0.2", | ||
"description": "ESLint rules for use with @blueprintjs packages", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib/* || true", | ||
"compile": "tsc -p src/", | ||
"lint": "es-lint", | ||
"lint-fix": "es-lint --fix", | ||
"test": "SWC_NODE_PROJECT=./tsconfig.test.json mocha --require @swc-node/register,test/setup.ts --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^6.11.0", | ||
"eslint": "^8.53.0" | ||
}, | ||
"devDependencies": { | ||
"@blueprintjs/node-build-scripts": "^9.0.1", | ||
"@eslint/eslintrc": "^2.1.3", | ||
"@swc-node/register": "^1.6.8", | ||
"@swc/core": "^1.3.96", | ||
"@types/dedent": "~0.7.2", | ||
"@typescript-eslint/rule-tester": "^6.11.0", | ||
"dedent": "^1.5.1", | ||
"mocha": "^10.2.0", | ||
"typescript": "~5.2.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:palantir/blueprint.git", | ||
"directory": "packages/eslint-plugin" | ||
}, | ||
"author": "Palantir Technologies", | ||
"license": "Apache-2.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
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
218796