@empathyco/eslint-config
Version:
ESLint and Prettier config preset
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@empathyco/eslint-config",
"type": "module",
"version": "1.10.14",
"description": "ESLint and Prettier config preset",
"author": "Empathy Systems Corporation S.L.",
"license": "Apache-2.0",
"homepage": "https://github.com/empathyco/eslint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/empathyco/eslint-config.git"
},
"bugs": {
"url": "https://github.com/empathyco/eslint-config/issues"
},
"keywords": [
"eslint",
"eslintconfig",
"prettier",
"antfu"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./prettier": {
"default": "./dist/prettier.config.js"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json"
],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --clean --dts && tsup prettier.config.js --format esm",
"lint": "eslint --fix .",
"lint:check": "eslint .",
"lint:inspect": "eslint --inspect-config .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@antfu/eslint-config": "6.2.0",
"eslint": "9.39.1",
"prettier": "3.7.1",
"prettier-plugin-tailwindcss": "0.7.1",
"tinyglobby": "0.2.15"
},
"devDependencies": {
"jiti": "2.6.1",
"tsup": "8.5.1",
"typescript": "5.9.3"
}
}