@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.
31 lines (30 loc) • 807 B
JSON
{
"name": "@hotcakes/eslint-config",
"version": "1.5.0",
"type": "module",
"main": "./eslint.config.js",
"exports": "./eslint.config.js",
"dependencies": {
"@eslint/js": "^9.27.0",
"@stylistic/eslint-plugin": "^4.2.0",
"eslint": "^9.27.0",
"globals": "^16.1.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"
],
"files": [
"./eslint.config.js"
],
"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."
}