UNPKG

eslint-config-vaadin

Version:
132 lines (131 loc) 3.84 kB
{ "name": "eslint-config-vaadin", "version": "1.0.0-beta.7", "description": "Vaadin base JS/TS ESLint config", "type": "module", "keywords": [ "eslint", "eslintconfig", "config", "vaadin", "javascript", "typescript", "react", "styleguide", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022" ], "homepage": "https://github.com/vaadin/eslint-config-vaadin#readme", "bugs": { "url": "https://github.com/vaadin/eslint-config-vaadin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vaadin/eslint-config-vaadin.git" }, "license": "Apache-2.0", "contributors": [ "Sergey Vinogradov <mr.vursen@gmail.com> (https://github.com/vursen)", "Serhii Kulykov <iamkulykov@gmail.com> (https://github.com/web-padawan)", "Vlad Rindevich <github.aqwb5@mail.ausginer.com> (https://github.com/Lodin)" ], "exports": { ".": "./javascript.js", "./javascript": "./javascript.js", "./imports": "./imports.js", "./imports-typescript": "./imports-typescript.js", "./lit": "./lit.js", "./prettier": "./prettier.js", "./react": "./react.js", "./react-perf": "./react-perf.js", "./sort": "./sort.js", "./testing": "./testing.js", "./typescript": "./typescript.js", "./typescript-requiring-type-checking": "./typescript-requiring-type-checking.js" }, "main": "javascript.js", "files": [ "./imports.{js,d.ts,js.map}", "./imports-typescript.{js,d.ts,js.map}", "./javascript.{js,d.ts,js.map}", "./lit.{js,d.ts,js.map}", "./prettier.{js,d.ts,js.map}", "./react.{js,d.ts,js.map}", "./react-perf.{js,d.ts,js.map}", "./rules", "./sort.{js,d.ts,js.map}", "./testing.{js,d.ts,js.map}", "./tsconfig.recommended.json", "./typescript-requiring-type-checking.{js,d.ts,js.map}", "./typescript.{js,d.ts,js.map}", "./utils.{js,d.ts,js.map}" ], "scripts": { "clear": "git clean -fx . -e node_modules -e .idea -e .vscode", "build": "concurrently npm:build:sources npm:build:copy", "build:sources": "tsc -p tsconfig.build.json", "build:copy": "tsx scripts/copy.ts", "check": "tsx tools/missing-rule-checker/index.ts", "format": "prettier . --write", "prepack": "npm run build", "sort": "tsx tools/sorter/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "grab": "tsx tools/grab.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@babel/core": "8.0.1", "@babel/eslint-parser": "8.0.1", "@eslint/compat": "2.1.0", "@types/eslint": "9.6.1", "eslint-config-prettier": "10.1.8", "eslint-import-resolver-typescript": "4.4.5", "eslint-plugin-chai-friendly": "1.2.1", "eslint-plugin-import-x": "4.17.1", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-lit": "2.3.1", "eslint-plugin-perfectionist": "5.10.1", "eslint-plugin-prettier": "5.5.6", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.1.1", "eslint-plugin-react-perf": "3.3.3", "typescript-eslint": "8.67.0" }, "devDependencies": { "@types/eslint-config-prettier": "6.11.3", "@types/node": "25.6.0", "concurrently": "10.0.4", "prettier-plugin-packagejson": "3.0.2", "puppeteer-core": "24.42.0", "tsc-template": "0.2.3", "tsx": "4.22.4", "typescript": "6.0.3" }, "peerDependencies": { "eslint": "^10", "prettier": "^3" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" }, "overrides": { "tsc-template": { "typescript": "$typescript" }, "eslint-plugin-jsx-a11y": { "eslint": "$eslint" }, "eslint-plugin-react": { "eslint": "$eslint" }, "eslint-plugin-react-perf": { "eslint": "$eslint" } } }