eslint-config-turbo
Version:
ESLint config for Turborepo
71 lines • 1.67 kB
JSON
{
"name": "eslint-config-turbo",
"version": "2.10.4",
"description": "ESLint config for Turborepo",
"keywords": [
"eslint",
"eslint-config",
"eslintconfig",
"turbo",
"turborepo"
],
"bugs": {
"url": "https://github.com/vercel/turborepo/issues"
},
"license": "MIT",
"author": "Vercel",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/turborepo.git",
"directory": "packages/eslint-config-turbo"
},
"files": [
"dist"
],
"type": "commonjs",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
"./flat": {
"import": {
"types": "./dist/es/flat.d.mts",
"default": "./dist/es/flat.mjs"
},
"require": {
"types": "./dist/cjs/flat.d.ts",
"default": "./dist/cjs/flat.js"
}
},
".": {
"import": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"dependencies": {
"eslint-plugin-turbo": "2.10.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@eslint/core": "^1.1.0",
"@types/node": "20.11.30",
"bunchee": "6.9.4",
"eslint": "10.2.0",
"typescript": "npm:@typescript/typescript6@^6.0.1",
"@turbo/tsconfig": "0.0.0"
},
"peerDependencies": {
"eslint": ">6.6.0",
"turbo": ">2.0.0"
},
"scripts": {
"build": "bunchee",
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore",
"package:types": "attw --profile node16 --pack"
}
}