UNPKG

eslint-config-codely

Version:
51 lines (50 loc) 1.25 kB
{ "name": "eslint-config-codely", "version": "4.5.0", "description": "Codely's ESLint and Prettier Config", "main": "index.js", "scripts": { "lint": "eslint .", "lint:fix": "eslint --fix" }, "type": "module", "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@eslint/js": "^9.9.1", "@types/eslint__js": "^8.42.3", "@types/node": "^20.10.1", "eslint": "^9.9.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-check-file": "^2.8.0", "eslint-plugin-import-x": "^4.1.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.3", "globals": "^15.9.0", "prettier": "^3.3.3", "typescript": "^5.5.4", "typescript-eslint": "^8.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/CodelyTV/eslint-config-codely.git" }, "keywords": [ "javascript", "typescript", "ecmascript", "eslint", "eslintconfig", "lint", "config", "prettier", "codely" ], "author": "Codely (www.codely.com)", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/CodelyTV/eslint-config-codely/issues" }, "homepage": "https://github.com/CodelyTV/eslint-config-codely#readme" }