
* Update Typescript to 5.1.3 * Update Turborepo * Update turborepo eslint config * Update ESLint and unify version * Changeset * unify eslint rules and node types and moved them to root * unify app-sdk version * unify codegen packages across monorepo * unify graphql package * update lock * enabled eslint during invoices build with next build * Format package jsons * push scripts to the top of package json
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"name": "eslint-config-saleor",
|
|
"version": "0.4.0",
|
|
"devDependencies": {
|
|
"eslint": "8.42.0",
|
|
"eslint-config-next": "13.3.4",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-config-turbo": "1.10.1",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"next": "^13.3.0",
|
|
"typescript": "5.1.3"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|