@hotcakes/eslint-config
Version:
Provides a consistent linting foundation for JavaScript projects. It defines a solid baseline of style and best practices, and is extendable for both internal and external usage.
41 lines • 1.01 kB
JSON
{
"name": "@hotcakes/eslint-config",
"version": "2.2.0",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"dependencies": {
"@eslint/js": "10.x",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "10.x",
"globals": "^17.6.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.61.0"
},
"author": "Crealgo, LLC <hello.crealgo@gmail.com> (https://crealgo.com)",
"license": "MIT",
"keywords": [
"hotcakes",
"eslint",
"eslint-config",
"linting",
"javascript",
"code-style",
"shared-config",
"tooling",
"monorepo"
],
"publishConfig": {
"access": "public"
},
"files": [
"lib/**"
],
"description": "Provides a consistent linting foundation for JavaScript projects. It defines a solid baseline of style and best practices, and is extendable for both internal and external usage."
}