@leancodepl/linting
Version:
Meta-package for LeanCode linting configurations
47 lines • 1.1 kB
JSON
{
"name": "@leancodepl/linting",
"version": "10.3.1",
"license": "Apache-2.0",
"dependencies": {
"@leancodepl/eslint-config": "10.3.1",
"@leancodepl/prettier-config": "10.3.1",
"@leancodepl/resolve-eslint-flat-config": "10.3.1",
"@leancodepl/stylelint-config": "10.3.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leancodepl/js_corelibrary.git",
"directory": "packages/linters/linting"
},
"homepage": "https://github.com/leancodepl/js_corelibrary",
"bugs": {
"url": "https://github.com/leancodepl/js_corelibrary/issues"
},
"description": "Meta-package for LeanCode linting configurations",
"keywords": [
"linting",
"eslint",
"resolve",
"prettier",
"stylelint",
"typescript",
"javascript",
"leancode"
],
"author": {
"name": "LeanCode",
"url": "https://leancode.co"
},
"files": [
"src",
"CHANGELOG.md"
],
"sideEffects": false
}