kinglint
Version:
Load all needed configuration for your project
59 lines (58 loc) • 1.24 kB
JSON
{
"name": "kinglint",
"version": "1.0.14",
"type": "module",
"description": "Load all needed configuration for your project",
"keywords": [
"kinglint",
"linting",
"lint",
"linter",
"configure-lint",
"linter",
"JavaScript",
"TypeScript",
"ESLint",
"Prettier",
"Husky",
"commit-prefix",
"commit-msg",
"commit",
"prefix",
"commit-message",
"lint-staged",
"nextjs",
"next-lint",
"nextlint"
],
"repository": {
"type": "git",
"url": "https://github.com/miguel-bermell/kinglint"
},
"author": "Miguel Bermell",
"license": "ISC",
"main": "index.js",
"bin": {
"kinglint": "./src/index.js"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"dependencies": {
"commander": "^9.4.1",
"ora": "^6.1.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.0"
}
}